update MES物料消息接口优化

This commit is contained in:
18110972313 2025-05-22 14:29:41 +08:00
parent 57e55cb4a1
commit 04149428a7

View File

@ -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中