From c815a888b1c0487847372bc178444921de8e4a15 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期二, 26 八月 2025 10:57:34 +0800 Subject: [PATCH] 1、 --- MESApplication/appsettings.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MESApplication/appsettings.json b/MESApplication/appsettings.json index f25b538..e509f21 100644 --- a/MESApplication/appsettings.json +++ b/MESApplication/appsettings.json @@ -11,7 +11,7 @@ "TestErpUrl": "http://192.168.0.208:8066/WebService1.asmx/MesToErpinfoTest", "ProductionErpUrl": "http://192.168.0.208:8066/WebService1.asmx/MesToErpinfoTest", // "DataBaseConn": "Data Source=192.168.1.187;Initial Catalog=TEST_MES;User ID=sa;Password =LongWei@2025;Encrypt=True;TrustServerCertificate=True;" - "DataBaseConn": "Data Source=192.168.1.187;Initial Catalog=GS_MES;User ID=sa;Password =LongWei@2025;Encrypt=True;TrustServerCertificate=True;" + "DataBaseConn": "Data Source=192.168.1.187;Initial Catalog=TEST_MES;User ID=sa;Password =LongWei@2025;Encrypt=True;TrustServerCertificate=True;" } } -- Gitblit v1.9.3