From 2d5a73f505946e0101f0fdd06fc3f3a94794236d Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期三, 26 六月 2024 15:49:47 +0800 Subject: [PATCH] 更改 --- 代码管理/PCS/WCS_Server/WIDESEA_WCS/Jobs/Task/AutoTaskJob.cs | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Jobs/Task/AutoTaskJob.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Jobs/Task/AutoTaskJob.cs" index 231a254..be0d733 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Jobs/Task/AutoTaskJob.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Jobs/Task/AutoTaskJob.cs" @@ -30,12 +30,10 @@ private void DoAction(IJobExecutionContext context) { - StationTask.CreateTask(); - OutboundTask.CreateOutboundTask();//浼樺寲鍚庡嚭搴撻�昏緫 - ReplaceTray.ReplaceTrayTask(); - RestockHCJ.HCJGetBarcode(); - EmptyTrayTask.CreateEmptyTrayTask(); - AutoUpdateWork.FinishMesWork(); + StationTask.CreateTask();//鍏ュ簱 + RestockHCJ.HCJGetBarcode();//鏇存柊闃熷垪 + EmptyTrayTask.CreateEmptyTrayTask();//鍒涘缓琛ョ┖鎵� + AutoUpdateWork.FinishMesWork();//澶勭悊宸ュ崟 } } } -- Gitblit v1.9.3