|
|
@ -74,7 +74,7 @@ public class StaffUpdateEAIService extends AbsEAIService { |
|
|
|
} |
|
|
|
List<StaffEntity> update = collect.get(false); |
|
|
|
if (!CollectionUtils.isEmpty(update)){ |
|
|
|
staffRepository.updateStaffList(update, SecurityUtil.getUserProfile().getTenantSid()); |
|
|
|
staffService.updateBatchById(update); |
|
|
|
} |
|
|
|
} else if (OptionEnums.TASK.getValue().equals(option)) { |
|
|
|
staffRepository.updateStatusAndDate(staffList, SecurityUtil.getUserProfile().getTenantSid()); |
|
|
|