gaobingyue 5 jaren geleden
bovenliggende
commit
63db7d31c4

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/RegRecords/RegRecordsController.cs

@@ -59,7 +59,7 @@ namespace CallCenterApi.Interface.Controllers.RegRecords
59 59
                 sql += " and(  F_Id in(select (	select F_CustomerId from T_Sys_ATheChangeLog where F_Id=F_ATheChangeLog) from T_Sys_BTheChangeLog  where F_deptid=" + CurrentUser.UserData.F_DeptId + ") )";
60 60
             }
61 61
             if (Zsz!="") {
62
-                sql += " and (  F_ZXZType=" + CurrentUser.UserData.F_SeartGroup+")";
62
+                sql += " and (  F_ZXZType='" + CurrentUser.UserData.F_SeartGroup+"')";
63 63
             }
64 64
             #endregion
65 65
             int recordCount = 0;