修修复管理员一键催办bug
This commit is contained in:
parent
ef28a6dba1
commit
cd086b5529
@ -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<String> departmentIds = new ArrayList<>();
|
||||
if(staffRole != null){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user