From c3b60d865c3457c35054446e81b352e93e00a696 Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期一, 12 一月 2026 18:31:11 +0800
Subject: [PATCH] 更改了大部分功能和逻辑

---
 项目代码/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/ConveyorLineDispatchJob.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/ConveyorLineDispatchJob.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/ConveyorLineDispatchJob.cs"
index c0d6f31..715f362 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/ConveyorLineDispatchJob.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/ConveyorLineDispatchJob.cs"
@@ -50,6 +50,7 @@
 
             using (VOLContext dbCcontext = new VOLContext())
             {
+                
                 IDt_PLCinfoHeadRepository _PLCinfoHeadRepository = new Dt_PLCinfoHeadRepository(dbCcontext);
                 IDt_StationManagerRepository stationManagerRepository = new Dt_StationManagerRepository(dbCcontext);
                 List<Dt_PLCinfoHead> _PLCinfoHeads = _PLCinfoHeadRepository.Find(r => r.plcinfo_equiptype == "ConveyorLine" && r.plcinfo_state == "Enable");
@@ -132,8 +133,8 @@
                         //绉伴噸绔欏彴璋冨害 20201
                         InboundAreaDispatch.InboundWeighAction(taskWCSinfoRepository, client);
                         //鍑哄簱RFID纭(娴嬮噺)
-                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30301");
-                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30302");
+                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30301"); // 涓嬮潰鐨� 浠庤繖閲屽嚭鍘�
+                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30302"); // 涓婇潰鐨� 浠庤繖閲岃繘鍘�
 
                     }
                     //璇存槑鏄嚭搴撳尯鐨勮皟搴︼紝鏌ョ湅鍏ュ簱鍖虹嚎浣撶殑杩愯妯″紡                    
@@ -150,7 +151,6 @@
                         client.WriteValue(CLineInfoDBName.W_System_RGVState.ToString(), true);
                     }
                 }
-
             }
             return "";
         }

--
Gitblit v1.9.3