From 2efbd25f2160cb68cf2464f370aca3d1ea21f86f Mon Sep 17 00:00:00 2001
From: 海波 张 <2956280567@qq.com>
Date: 星期三, 04 六月 2025 17:28:24 +0800
Subject: [PATCH] 入库优先级配置

---
 core/Monitor.cs |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/core/Monitor.cs b/core/Monitor.cs
index 0f3917c..7f9637f 100644
--- a/core/Monitor.cs
+++ b/core/Monitor.cs
@@ -176,8 +176,8 @@
 
 
 
-                        //鏌ユ壘璧风偣
-                        List<Location> strrtList;
+                            //鏌ユ壘璧风偣
+                            List<Location> strrtList;
 
                         Location start = null;
 
@@ -249,6 +249,12 @@
                             continue;
                         }
 
+
+
+                        LocationHelper.LockLoc(start.S_CODE, "鍑哄簱閿�, 2);
+                      
+
+
                         //璧风偣缁堢偣鏌ユ壘鎴愬姛锛屽垱寤轰綔涓� 
                         var taskType = int.Parse(workFlow.FLOWCODE);
@@ -304,7 +310,6 @@
             }
             catch (Exception ex)
             {
-
                 LogHelper.Info($"绌烘墭鍑哄簱寮傚父淇℃伅" + ex.Message, "绌烘墭鍑哄簱");
             }
         }

--
Gitblit v1.9.1