From 5ad394cf1708a4629f90f40bfd9b48d9a9f6f0c8 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期三, 21 五月 2025 16:55:18 +0800
Subject: [PATCH] 测试出库抽检流程,重构代码修复事务处理的问题

---
 config/config.json |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/config/config.json b/config/config.json
index 04cdfe5..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,16 +98,16 @@
             "EndAreas": [ "HJQ1" ]
         },
         {
-            "Name": "鎶芥"
+            "Name": "鎶芥-鍑哄簱"
+        },
+        {
+            "Name": "鎶芥-鍚堟牸鍥炲簱"
+        },
+        {
+            "Name": "鎶芥-涓嶅悎鏍肩Щ搴�
         },
         {
             "Name": "鎴愬搧鑳跺嚭搴�
-        },
-        {
-            "Name": "鎵樼洏-绌烘墭缁戝畾"
-        },
-        {
-            "Name": "濂借繍绠�绌虹缁戝畾"
         }
     ],
     "ProductionLines": [

--
Gitblit v1.9.1