From 381ae1e53941691f97ad1484c37a9bf51a85e622 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 23 十月 2024 15:21:14 +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 29d6c8f..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 = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.92)(PORT = 1521))(CONNECT_DATA = (SERVICE_NAME = ORCL))); Persist Security Info=True;User ID = lts_dev; Password=ltsdev" + "DataBaseConn": "Data Source=192.168.1.146;Initial Catalog=GS_MES;User ID=sa;Password =qixi123;Encrypt=True;TrustServerCertificate=True;" } } -- Gitblit v1.9.3