From e817f239d361103f475d67a2ad50a1f91c970ba7 Mon Sep 17 00:00:00 2001
From: Administrator <335182714>
Date: 星期六, 20 十二月 2025 18:29:40 +0800
Subject: [PATCH] 修复人工空托出库没有条码信息
---
src/main/java/com/zy/asrs/task/ReportToDismantleTheStackScheduler.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/zy/asrs/task/ReportToDismantleTheStackScheduler.java b/src/main/java/com/zy/asrs/task/ReportToDismantleTheStackScheduler.java
index fe2980f..bf4664e 100644
--- a/src/main/java/com/zy/asrs/task/ReportToDismantleTheStackScheduler.java
+++ b/src/main/java/com/zy/asrs/task/ReportToDismantleTheStackScheduler.java
@@ -4,7 +4,6 @@
import com.zy.asrs.task.handler.ReportToDismantleTheStackHandler;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
/**
@@ -18,7 +17,7 @@
@Autowired
private ReportToDismantleTheStackHandler reportToDismantleTheStackHandler;
- @Scheduled(cron = "0/3 * * * * ? ")
+// @Scheduled(cron = "0/3 * * * * ? ")
private void execute(){//鎷嗗灈淇℃伅涓婁紶
int[] staNos =new int[]{118,119,120,121};
for (int staNo : staNos){
--
Gitblit v1.9.1