From cc6dae7468506691bfb23ca81be5e14045771bce Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 15 一月 2025 20:43:59 +0800 Subject: [PATCH] # 拍灯容器流动流程修改 发货确认功能开发 部分功能优化 --- zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/timer/TaskWaveTimer.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/timer/TaskWaveTimer.java b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/timer/TaskWaveTimer.java index 92e794e..413bf12 100644 --- a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/timer/TaskWaveTimer.java +++ b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/timer/TaskWaveTimer.java @@ -44,8 +44,8 @@ /** * modifty锛� - * original : fetch datasource of task type on WAVE_SEED - * now: Fetch datasource of task type on WCS_EXECUTE_OUT_ARRIVED, After completing the task and for setting the task type equal to WAVE_SEED + * original : fetch datasource of task type on WCS_EXECUTE_OUT_TASK_DONE + * now: Fetch datasource of task type on WCS_EXECUTE_OUT_ARRIVED, After completing the task and for setting the task type equal to GENERATE_WAVE_SEED */ @Scheduled(cron = "0/15 * * * * ? ") @Transactional(rollbackFor = Exception.class) @@ -60,7 +60,7 @@ if (!autoCreateWaveSeed.equals("true")) { return; } - //鏌ヨ鐘舵�佷负瀹瑰櫒鍒拌揪鐘舵�佹墍鏈変换鍔″崟鎹� + //鏌ヨ鐘舵�佷负RCS浠诲姟瀹屾垚鎵�鏈変换鍔″崟鎹� // List<Task> taskList = taskService.list(new LambdaQueryWrapper<Task>().eq(Task::getTaskSts, TaskStsType.WAVE_SEED.id)); List<Task> taskList = taskService.list(new LambdaQueryWrapper<Task>().eq(Task::getTaskSts, TaskStsType.WCS_EXECUTE_OUT_TASK_DONE.id)); HashSet<String> sycMatnrs = new HashSet<>(); -- Gitblit v1.9.1