guoyujia 5 days ago
parent
commit
863a22a3ee

+ 1 - 0
src/main/java/cn/ezhizao/project/system/controller/SysDeptController.java

@@ -198,6 +198,7 @@ public class SysDeptController extends BaseController
 
     @GetMapping("/getTechnicianList")
     public AjaxResult getTechnicianList(SysUser user) throws NoSuchFieldException, IllegalAccessException {
+        setTenantId(user);
         List<SysUser> technicianList = userService.getTechnicianList(user);
         return success(technicianList);
     }