From e0da6d978305f306c171547feeae0abf9efc6728 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期五, 28 二月 2025 13:24:23 +0800 Subject: [PATCH] 1.销售订单关闭日期和终止日期优化 2.调拨单实体新增字段 --- MESApplication/appsettings.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MESApplication/appsettings.json b/MESApplication/appsettings.json index f56e17a..60ded5e 100644 --- a/MESApplication/appsettings.json +++ b/MESApplication/appsettings.json @@ -10,6 +10,6 @@ "AppSettings": { "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.146;Initial Catalog=GS_MES;User ID=sa;Password =qixi123" + "DataBaseConn": "Data Source=192.168.1.146;Initial Catalog=GS_MES;User ID=sa;Password =qixi123;Encrypt=True;TrustServerCertificate=True;" } } -- Gitblit v1.9.3