zhoufan лет назад: 4
Родитель
Сommit
6b7a7a2934

+ 4 - 4
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/RoleInfoController.cs

@@ -35,10 +35,10 @@ namespace CallCenterApi.Interface.Controllers
35 35
             if (roleId != 17)
36 36
             {
37 37
                 sql += $"  and F_RoleId != 17 ";
38
-                if (depType != 1)
39
-                {
40
-                    sql += $"  and F_Type != 1 ";
41
-                }
38
+                //if (depType != 1)
39
+                //{
40
+                //    sql += $"  and F_Type != 1 ";
41
+                //}
42 42
             }            
43 43
             #endregion
44 44