Browse Source

json格式化错误

master
郑贵龙 1 year ago
parent
commit
aeb4022ea3
2 changed files with 2 additions and 2 deletions
  1. +0
    -2
      demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/infra/entity/StaffEntity.java
  2. +2
    -0
      demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/provider/StaffEAIService.java

+ 0
- 2
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/infra/entity/StaffEntity.java View File

@ -25,8 +25,6 @@ public class StaffEntity extends BaseMgrEntity<StaffEntity>
{ {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/** $column.columnComment */
private Long id;
/** 员工编号 */ /** 员工编号 */
@SerializedName("employee_no") @SerializedName("employee_no")


+ 2
- 0
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/provider/StaffEAIService.java View File

@ -1,5 +1,6 @@
package com.digiwin.athena.app.provider; package com.digiwin.athena.app.provider;
import com.digiwin.app.service.AllowAnonymous;
import com.digiwin.app.service.DWEAIResult; import com.digiwin.app.service.DWEAIResult;
import com.digiwin.app.service.DWService; import com.digiwin.app.service.DWService;
import com.digiwin.app.service.eai.EAIService; import com.digiwin.app.service.eai.EAIService;
@ -42,5 +43,6 @@ public interface StaffEAIService extends DWService {
* @throws Exception * @throws Exception
*/ */
@EAIService(id = StaffUtil.DEMO_WAIT_REGISTER_PERSONNEL_INFO_CREATE) @EAIService(id = StaffUtil.DEMO_WAIT_REGISTER_PERSONNEL_INFO_CREATE)
@AllowAnonymous
DWEAIResult create(Map<String, String> headers, String messageBody) throws Exception; DWEAIResult create(Map<String, String> headers, String messageBody) throws Exception;
} }

Loading…
Cancel
Save