修修复管理员一键催办bug

This commit is contained in:
wulin 2020-12-16 18:34:54 +08:00
parent ef28a6dba1
commit cd086b5529

View File

@ -202,7 +202,7 @@ public class AssessManagerController extends AbstractController{
try { try {
Long userId = getUserId(); Long userId = getUserId();
log.info("一键催办" + userId); log.info("一键催办" + userId);
StaffRole staffRole = staffRoleService.selectStaffRoleById(userId); StaffRole staffRole = staffRoleService.selectByStaffId(userId);
int isManagementDepartment = 0; int isManagementDepartment = 0;
List<String> departmentIds = new ArrayList<>(); List<String> departmentIds = new ArrayList<>();
if(staffRole != null){ if(staffRole != null){