1550076451 лет назад: 2
Родитель
Сommit
b3eda4f581

+ 6 - 0
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/UserAccountController.cs

@@ -409,6 +409,12 @@ namespace CallCenterApi.Interface.Controllers
409 409
                     sql += "and F_DeleteFlag=0";
410 410
                     sth = "F_RoleId asc";
411 411
                 }
412
+                if (filter.type == 3)
413
+                {
414
+                    sql += "and F_RoleId ='53'";
415
+                    sql += "and F_DeleteFlag=0";
416
+                    sth = "F_RoleId asc";
417
+                }
412 418
                 sql += "and (F_See!='5' or  F_See is null)";
413 419
               if (isdc>0)
414 420
                 {

Разница между файлами не показана из-за своего большого размера
+ 12 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs