From 314729da5f6f84a6112344a2210aadfeeb2bac0c Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期一, 21 四月 2025 10:35:43 +0800 Subject: [PATCH] #出库找待机位优化 --- zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/controller/TaskController.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/controller/TaskController.java b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/controller/TaskController.java index bc93451..e216586 100644 --- a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/controller/TaskController.java +++ b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/controller/TaskController.java @@ -180,6 +180,7 @@ MotionLog motionLog = new MotionLog(); motionLog.sync(motion); motionLog.setUpdateTime(new Date()); + motionLog.setHostId(null); motionLogService.save(motionLog); } -- Gitblit v1.9.1