From 6edc6ea392f354f2e4ca7003cdd58a691347d772 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期五, 11 七月 2025 15:35:54 +0800 Subject: [PATCH] 生产任务单新增字段、仓库新增仓位启用字段 --- 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