From 6abc355aeb4e6f7960c11795dbbcc26396b0c888 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期五, 16 五月 2025 17:20:45 +0800
Subject: [PATCH] 博实物料下发同步接口开发,满箱入库、出库逻辑测试与优化

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

diff --git a/config/config.json b/config/config.json
index bca70e9..3aa016c 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,7 +1,7 @@
 {
-    "WebApiUrl": "http://192.168.1.141: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": [
@@ -108,12 +108,6 @@
         },
         {
             "Name": "鎴愬搧鑳跺嚭搴�
-        },
-        {
-            "Name": "鎵樼洏-绌烘墭缁戝畾"
-        },
-        {
-            "Name": "濂借繍绠�绌虹缁戝畾"
         }
     ],
     "ProductionLines": [

--
Gitblit v1.9.1