|
|
|
@ -52,9 +52,9 @@ public class WcsTaskScheduler { |
|
|
|
@Scheduled(fixedDelay = 2684) |
|
|
|
public void scheduleWcsTaskProcessing() { |
|
|
|
// 检查定时任务开关 |
|
|
|
// if (!enabled) { |
|
|
|
// return; |
|
|
|
// } |
|
|
|
if (!enabled) { |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
log.info("=== 开始处理WCS入库/出库相关业务 ==="); |
|
|
|
|
|
|
|
@ -140,9 +140,9 @@ public class WcsTaskScheduler { |
|
|
|
@Scheduled(fixedDelay = 7745) |
|
|
|
public void scheduleInventoryDiscrepancyProcessing() { |
|
|
|
// 检查定时任务开关 - rqrq |
|
|
|
// if (!enabled) { |
|
|
|
// return; |
|
|
|
// } |
|
|
|
if (!enabled) { |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
log.info("=== 开始处理WCS栈板RFID扫描对账任务(只处理action_type=N'被分拣回传')- rqrq ==="); |
|
|
|
|
|
|
|
|