Просмотр исходного кода

来电弹屏 每个人都能看到该来电的所有历史记录

MicroWin10-1604\Administrator лет назад: 7
Родитель
Сommit
ac5d4fbd65

+ 3 - 2
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/tel/CallInScreenController.cs

@@ -242,8 +242,9 @@ namespace CallCenterApi.Interface.Controllers.tel
242 242
                         string strpagesize = RequestString.GetQueryString("pagesize");
243 243
                         int pagesize = 10;
244 244
                         //除管理员外,各坐席只能看到自己的
245
-                        if (ua.F_RoleId != 17)
246
-                            sql += " and UserId = '" + userId + "'";
245
+                        //20180507 每个人都能看到该来电的所有历史记录 machenyang
246
+                        //if (ua.F_RoleId != 17)
247
+                        //    sql += " and UserId = '" + userId + "'";
247 248
 
248 249
                         if (strcalltype.Trim() != "" && strcalltype != "undefined")
249 250
                         {