|
|
@ -1,6 +1,7 @@ |
|
|
|
package com.digiwin.athena.app.service.executor; |
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSON; |
|
|
|
import com.alibaba.fastjson.JSONObject; |
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
|
|
|
import com.digiwin.app.container.exceptions.DWBusinessException; |
|
|
|
import com.digiwin.app.service.DWEAIResult; |
|
|
@ -62,7 +63,7 @@ public class ItemExecutorCreateEAIService extends AbsEAIService { |
|
|
|
//进行批量新增 |
|
|
|
itemExecutorService.saveBatch(itemExecutorInfo); |
|
|
|
|
|
|
|
return EAIUtil.buildEAIResult(new HashMap<>()); |
|
|
|
return EAIUtil.buildEAIResult(new JSONObject().fluentPut("item_executor_info",itemExecutorInfo)); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|