From b079910e5de15863c26e479ffab15cc45d706f1a Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期一, 19 五月 2025 16:25:22 +0800
Subject: [PATCH] 测试修复轮询出库、抽检流程的问题

---
 config/config.json |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/config/config.json b/config/config.json
index 43f0079..3aa016c 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,7 +1,7 @@
 {
-    "WebApiUrl": "http://127.0.0.1:8901/",
+    "WebApiUrl": "http://192.168.1.141:8901",
     "NdcApiUrl": "http://127.0.0.1:5201/api/order/",
-    "SqlServer": "Data Source=(local);Initial Catalog=DSZSHTest;User ID=sa;Password=123456;",
+    "SqlServer": "Data Source=192.168.1.87;Initial Catalog=AMS_OIMobox;User ID=sa;Password=123456;",
     "TcpServerIp": "127.0.0.1",
     "TcpServerPort": 8085,
     "Areas": [
@@ -98,13 +98,16 @@
             "EndAreas": [ "HJQ1" ]
         },
         {
+            "Name": "鎶芥-鍑哄簱"
+        },
+        {
+            "Name": "鎶芥-鍚堟牸鍥炲簱"
+        },
+        {
+            "Name": "鎶芥-涓嶅悎鏍肩Щ搴�
+        },
+        {
             "Name": "鎴愬搧鑳跺嚭搴�
-        },
-        {
-            "Name": "鎵樼洏-绌烘墭缁戝畾"
-        },
-        {
-            "Name": "濂借繍绠�绌虹缁戝畾"
         }
     ],
     "ProductionLines": [

--
Gitblit v1.9.1