|
|
@@ -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
|
{
|