1550076451 %!s(int64=2) %!d(string=před) roky
rodič
revize
b3eda4f581

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

409
                     sql += "and F_DeleteFlag=0";
409
                     sql += "and F_DeleteFlag=0";
410
                     sth = "F_RoleId asc";
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
                 sql += "and (F_See!='5' or  F_See is null)";
418
                 sql += "and (F_See!='5' or  F_See is null)";
413
               if (isdc>0)
419
               if (isdc>0)
414
                 {
420
                 {

File diff suppressed because it is too large
+ 12 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs