update MES物料消息接口优化
This commit is contained in:
parent
57e55cb4a1
commit
04149428a7
@ -149,7 +149,7 @@ public class MESToWMSServiceImpl implements MESToWMSService {
|
|||||||
String undoId = toSAPService.mesMaterialConsume("MES",payMentDate);
|
String undoId = toSAPService.mesMaterialConsume("MES",payMentDate);
|
||||||
Map<String, Object> undoidMap = new HashMap<>();
|
Map<String, Object> undoidMap = new HashMap<>();
|
||||||
undoidMap.put("undoid", undoId);
|
undoidMap.put("undoid", undoId);
|
||||||
result = AjaxResult.me().setSuccess(true).setErrorCode(200).setMessage("执行成功").setResultObj(JSONObject.toJSONString(undoidMap));
|
result = AjaxResult.me().setSuccess(true).setErrorCode(200).setMessage("执行成功").setResultObj(undoidMap);
|
||||||
loginfo.setResultCode("0");
|
loginfo.setResultCode("0");
|
||||||
loginfo.setReturnMsg(JSONObject.toJSONString(result));
|
loginfo.setReturnMsg(JSONObject.toJSONString(result));
|
||||||
// 消息保存日志,erp推送wms的数据写入表BS_ERPMESSAGELOG中
|
// 消息保存日志,erp推送wms的数据写入表BS_ERPMESSAGELOG中
|
||||||
|
Loading…
x
Reference in New Issue
Block a user