From 359c272c0b09cc02a43bf6d6f55a8215f71fa94b Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 12 十二月 2025 14:03:17 +0800
Subject: [PATCH] MES前端字段补全

---
 WebApi/Gs.HostIIS/appsettings.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/WebApi/Gs.HostIIS/appsettings.json b/WebApi/Gs.HostIIS/appsettings.json
index 99fb344..36a4a53 100644
--- a/WebApi/Gs.HostIIS/appsettings.json
+++ b/WebApi/Gs.HostIIS/appsettings.json
@@ -6,8 +6,9 @@
     }
   },
   "AllowedHosts": "*",
-  /*"ConnectionStrings": "Data Source=192.168.112.6,12468;Initial Catalog=TEST_MES;User ID=sa;Password =FuDa@2025",*/
-  "ConnectionStrings": "Data Source=192.168.112.6,12468;Initial Catalog=GS_MES;User ID=sa;Password =FuDa@2025",
+  // "ConnectionStrings": "Data Source=172.100.1.114,12468;Initial Catalog=TEST_MES;User ID=sa;Password =FuDa@2025",
+  "ConnectionStrings": "Data Source=172.100.1.114,12468;Initial Catalog=TEST_MES;User ID=sa;Password =FuDa@2025",
+
   "TestErpUrl": "http://192.168.1.149:8066/WebService1.asmx/MesToErpinfoTest",
   "TestErpUrl2": "http://192.168.1.149:8066/WebService1.asmx/MesToErpUpdateFlag",
   "ProductionErpUrl": "http://192.168.1.149:8066/WebService1.asmx/mesToErpinfoFormal",

--
Gitblit v1.9.3