From 3c835232179cefea9e3f76d1bd3757a2814816c8 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期六, 26 七月 2025 09:12:46 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
index c9c56aa..9d92540 100644
--- a/src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -561,8 +561,6 @@
 
     public synchronized void generateStoreWrkFile(Integer mark) {
         String methodName = Thread.currentThread().getStackTrace()[1].getMethodName();
-        final Set<String> INVALID_BARCODES = new HashSet<>(Arrays.asList("NG", "NoRead", "00000000"));
-
         for (DevpSlave devp : slaveProperties.getDevp()) {
             for (DevpSlave.Sta inSta : devp.getInSta()) {
 
@@ -647,7 +645,6 @@
                             TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
                         }
 
-                        continue;
                     } else {
                         // 灏哄/閲嶉噺/鎵爜寮傚父妫�娴�
                         if (staProtocol == null) continue;
@@ -674,7 +671,6 @@
                             devpThread.setPakMk(staProtocol.getSiteId(), false);
                             MessageQueue.offer(SlaveType.Devp, devp.getId(), new Task(2, staProtocol));
                             log.error("杈撻�佺嚎涓嬪彂1锛�" + wrkNo + "," + inSta.getBackSta());
-                            continue;
                         }
 
 //                        // 鍏ュ簱鏉′欢婊¤冻锛屽紑濮嬭姹傚叆搴撳湴鍧�

--
Gitblit v1.9.1