From 800b01a48d309fa19a624e943b3a8fb2e8eef5c8 Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期二, 23 七月 2024 19:10:14 +0800
Subject: [PATCH] 提交缺失文件

---
 Commom/Common.csproj    |    4 ++++
 wms/App_Data/Config.xml |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/Commom/Common.csproj b/Commom/Common.csproj
index 6a32271..74a6091 100644
--- a/Commom/Common.csproj
+++ b/Commom/Common.csproj
@@ -172,6 +172,10 @@
     <WCFMetadata Include="Connected Services\" />
   </ItemGroup>
   <ItemGroup>
+    <Content Include="bin\Debug\Aspose.Cells.dll" />
+    <Content Include="bin\Debug\thinger.DataConvertLib.dll" />
+    <Content Include="bin\Debug\TSCLIB.dll" />
+    <Content Include="bin\Debug\TSCPrint.dll" />
     <Content Include="Scripts\jquery-2.1.1.intellisense.js" />
     <Content Include="Scripts\jquery-2.1.1.js" />
     <Content Include="Scripts\jquery-2.1.1.min.js" />
diff --git a/wms/App_Data/Config.xml b/wms/App_Data/Config.xml
index f3dd12b..c32120e 100644
--- a/wms/App_Data/Config.xml
+++ b/wms/App_Data/Config.xml
@@ -8,9 +8,9 @@
 	<add key="ConStringEncrypt" value="false" />
 	<!-- SqlServer杩炴帴瀛楃涓�:Server=鏈嶅姟鍣ㄥ湴鍧�;Database=搴撳悕;Uid=鐢ㄦ埛;Pwd=瀵嗙爜-->
 	<!--<add key="SqlServer" value="Server=127.0.0.1;Database=WMS;Uid=sa;Pwd=sa@123456" />-->
-	<add key="SqlServer" value="Data Source=192.168.62.200;Initial Catalog=WCS_JC09;User ID=sa;password=sql2019;" />
-	<add key="SqlServerDB1" value="Data Source=192.168.62.200;Initial Catalog=WCS_JC09;User ID=sa;password=sql2019;" />
-	<add key="SqlServerDB2" value="Data Source=192.168.62.200;Initial Catalog=WCS_JC09;User ID=sa;password=sql2019;" />
+	<add key="SqlServer" value="Data Source=127.0.0.1;Initial Catalog=WCS_JC09;User ID=sa;password=sql2019;" />
+	<add key="SqlServerDB1" value="Data Source=127.0.0.1;Initial Catalog=WCS_JC09;User ID=sa;password=sql2019;" />
+	<add key="SqlServerDB2" value="Data Source=127.0.0.1;Initial Catalog=WCS_JC09;User ID=sa;password=sql2019;" />
 	<!--<add key="SqlServer" value="Data Source=192.168.21.100;Initial Catalog=WCS_JC09;User ID=sa;password=lenovo@2023;" />
 	<add key="SqlServerDB1" value="Data Source=192.168.21.100;Initial Catalog=WCS_JC09;User ID=sa;password=lenovo@2023;" />
 	<add key="SqlServerDB2" value="Data Source=192.168.21.100;Initial Catalog=WCS_JC09;User ID=sa;password=lenovo@2023;" />-->

--
Gitblit v1.8.0