diff --git a/src/main/java/com/lz/modules/performance/controller/AssessManagerController.java b/src/main/java/com/lz/modules/performance/controller/AssessManagerController.java index 57f077c3..d2446cf1 100644 --- a/src/main/java/com/lz/modules/performance/controller/AssessManagerController.java +++ b/src/main/java/com/lz/modules/performance/controller/AssessManagerController.java @@ -202,7 +202,7 @@ public class AssessManagerController extends AbstractController{ try { Long userId = getUserId(); log.info("一键催办" + userId); - StaffRole staffRole = staffRoleService.selectStaffRoleById(userId); + StaffRole staffRole = staffRoleService.selectByStaffId(userId); int isManagementDepartment = 0; List departmentIds = new ArrayList<>(); if(staffRole != null){