浏览代码

提交代码

gaobingyue 5 年之前
父节点
当前提交
03c537d2c4

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

17
     <add key="smssign" value=""/>
17
     <add key="smssign" value=""/>
18
   </appSettings>
18
   </appSettings>
19
   <connectionStrings>
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
   </connectionStrings>
24
   </connectionStrings>
22
   <system.web>
25
   <system.web>
23
     <compilation debug="true" targetFramework="4.5"/>
26
     <compilation debug="true" targetFramework="4.5"/>

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

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

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

17
         /// 获取 消息内容
17
         /// 获取 消息内容
18
         /// </summary>
18
         /// </summary>
19
         public string message { get; set; }
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
         /// <summary>
30
         /// <summary>
21
         /// 获取 返回数据
31
         /// 获取 返回数据
22
         /// </summary>
32
         /// </summary>