@@ -409,6 +409,12 @@ namespace CallCenterApi.Interface.Controllers
sql += "and F_DeleteFlag=0";
sth = "F_RoleId asc";
}
+ if (filter.type == 3)
+ {
+ sql += "and F_RoleId ='53'";
+ sql += "and F_DeleteFlag=0";
+ sth = "F_RoleId asc";
+ }
sql += "and (F_See!='5' or F_See is null)";
if (isdc>0)
{