gaobingyue лет назад: 5
Родитель
Сommit
03c537d2c4

+ 4 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Web.config

@@ -17,7 +17,10 @@
17 17
     <add key="smssign" value=""/>
18 18
   </appSettings>
19 19
   <connectionStrings>
20
-    <add name="ConnectionString" connectionString="Data Source=192.168.8.3;User ID=sa;pwd=800100;Initial Catalog=CallCenter_GaoxinDistrict;"/>
20
+    <add name="ConnectionString" connectionString="Data Source=139.224.236.21;
21
+User ID=sa;pwd=HyKj800100;Initial Catalog=CallCenter_GaoxinDistrict;" />
22
+    <!--<add name="ConnectionString" connectionString="Data Source=192.168.8.3;User ID=sa;pwd=800100;
23
+    Initial Catalog=CallCenter_GaoxinDistrict;"/>-->
21 24
   </connectionStrings>
22 25
   <system.web>
23 26
     <compilation debug="true" targetFramework="4.5"/>

+ 1 - 0
codegit/CallCenterCommon/CallCenter.Utility/CallCenter.Utility.csproj

@@ -80,6 +80,7 @@
80 80
     <Compile Include="Extend\ExtLinq.cs" />
81 81
     <Compile Include="FileUp.cs" />
82 82
     <Compile Include="Linq\PredicateExtensionses.cs" />
83
+    <Compile Include="log\LogInterface.cs" />
83 84
     <Compile Include="NPOI\Ification.cs" />
84 85
     <Compile Include="NPOI\Market.cs" />
85 86
     <Compile Include="RedisHelper.cs" />

+ 10 - 0
codegit/CallCenterCommon/CallCenter.Utility/Web/AjaxResult.cs

@@ -17,6 +17,16 @@ namespace CallCenter.Utility
17 17
         /// 获取 消息内容
18 18
         /// </summary>
19 19
         public string message { get; set; }
20
+
21
+        /// <summary>
22
+        /// 操作结果页数
23
+        /// </summary>
24
+        public int page { get; set; }
25
+        /// <summary>
26
+        /// 操作结果条数
27
+        /// </summary>
28
+        public int pagesize { get; set; }
29
+
20 30
         /// <summary>
21 31
         /// 获取 返回数据
22 32
         /// </summary>