Browse Source

update请求接口修改

master
郑贵龙 1 year ago
parent
commit
4778c4a192
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/staff/StaffUpdateEAIService.java

+ 1
- 1
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/staff/StaffUpdateEAIService.java View File

@ -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());


Loading…
Cancel
Save