Procházet zdrojové kódy

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

MicroWin10-1604\Administrator %!s(int64=7) %!d(string=před) roky
rodič
revize
ac5d4fbd65

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

242
                         string strpagesize = RequestString.GetQueryString("pagesize");
242
                         string strpagesize = RequestString.GetQueryString("pagesize");
243
                         int pagesize = 10;
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
                         if (strcalltype.Trim() != "" && strcalltype != "undefined")
249
                         if (strcalltype.Trim() != "" && strcalltype != "undefined")
249
                         {
250
                         {