Procházet zdrojové kódy

民调主标_来电弹屏工单不显示问题——参数错误

lihai %!s(int64=6) %!d(string=před) roky
rodič
revize
d2c505340d

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Configs/system.config

@@ -47,5 +47,5 @@
47 47
   <!--到期提醒天数-->
48 48
   <add key="AuthRemindDay" value="30" />
49 49
   <!--到期日期-->
50
-  <add key="AuthDate" value="2018-10-20 23:59:59" />
50
+  <add key="AuthDate" value="2020-12-20 23:59:59" />
51 51
 </appSettings>

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

@@ -210,7 +210,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
210 210
                         }
211 211
                         if (strtype.Trim() != "" && strtype != "undefined")
212 212
                         {
213
-                            sql += " and Type = '" + strkey.Trim() + "' ";
213
+                            sql += " and Type = '" + strtype.Trim() + "' ";
214 214
                         }
215 215
                         if (strkey.Trim() != "" && strkey != "undefined")
216 216
                         {