rev:任务查询接口反馈修改

This commit is contained in:
2025-02-19 14:53:36 +08:00
parent efc076466a
commit 9925c64446

View File

@@ -191,7 +191,7 @@ public class MesToWmsServiceImpl implements MesToWmsService {
// 返回结果
result.put("ReturnStatus", 0);
result.put("MsgTime", DateUtil.now());
result.put("TaskLists", mesDtoList);
result.put("TaskList", mesDtoList);
log.info("mes接口SearchTasks查看任务输出参数"+result.toString());
return result;
}