From 4f57c3e602eef9ec929a2315183fa28b21cd0987 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 29 三月 2023 10:51:33 +0800
Subject: [PATCH] 订单下达获取工单语句修改、生产工单手工创建获取单据号接口

---
 VueWebApi/bin/VueWebApi.dll.config |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/VueWebApi/bin/VueWebApi.dll.config b/VueWebApi/bin/VueWebApi.dll.config
index 703e776..d1b5218 100644
--- a/VueWebApi/bin/VueWebApi.dll.config
+++ b/VueWebApi/bin/VueWebApi.dll.config
@@ -15,9 +15,11 @@
 		<!--鏈湴鐜-->
 		<!--<add key="DBServer" value="Data Source=.;Initial Catalog=vmes;Integrated Security=True" />-->
 		<!--鏈嶅姟鍣ㄧ幆澧�-->
-		<add key="DBServer" value="Data Source=121.196.36.24,1533;Initial Catalog=vmes;User ID=sa;Password=xkd@20220602;pooling=false" />
+		<add key="DBServer" value="Data Source=121.196.36.24,1533;Initial Catalog=vmes_jt;User ID=sa;Password=xkd@20230101;pooling=false" />
 		<!--澶у矝鏈嶅姟鍣ㄧ幆澧�-->
 		<!--<add key="DBServer" value="Data Source=192.168.2.138;Initial Catalog=vmes;User ID=sa;Password=Dd@20220727;pooling=false" />-->
+		<!--redis浼佷笟閰嶇疆-->
+		<add key="Enterprise" value="MES" />
 		<!--redis鏁版嵁搴撻摼鎺ラ厤缃甶p-->
 		<add key="RedisConnIp" value="127.0.0.1" />
 		<!--redis鏁版嵁搴撻摼鎺ラ厤缃鍙e彿-->
@@ -31,13 +33,13 @@
 		<add key="ClientValidationEnabled" value="true" />
 		<add key="UnobtrusiveJavaScriptEnabled" value="true" />
 		<!--鎻愪氦json瀛楃涓茶繃闀块棶棰�-->
-		<add key="aspnet:MaxJsonDeserializerMembers" value="150000000"/>
+		<add key="aspnet:MaxJsonDeserializerMembers" value="150000000" />
 	</appSettings>
 	<system.web>
 		<compilation debug="true" targetFramework="4.6.1" />
 		<customErrors mode="Off" />
 		<!--鏈�澶ц姹傞暱搴�,鍗曚綅涓簁b-->
-		<httpRuntime targetFramework="4.6.1" maxRequestLength="2147483647" maxQueryStringLength="2097151"/>
+		<httpRuntime targetFramework="4.6.1" maxRequestLength="2147483647" maxQueryStringLength="2097151" />
 		<!--session澶辨晥鏃堕棿-->
 		<sessionState mode="InProc" timeout="240">
 		<!--<sessionState mode="Off">-->

--
Gitblit v1.9.3