前端不传集合时状态改不了的bug
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 6m19s
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 6m19s
This commit is contained in:
parent
359a380937
commit
3c144d00e5
@ -264,6 +264,9 @@ public class AttendanceGroupServiceImpl implements IAttendanceGroupService {
|
||||
//1.固定班制
|
||||
//取出考勤组id
|
||||
Long groupId = update.getId();
|
||||
if(bo.getWeekSetList() == null || bo.getWeekSetList().isEmpty()){
|
||||
return baseMapper.updateById(update) > 0;
|
||||
}
|
||||
bo.getWeekSetList().forEach(
|
||||
weekSet -> {
|
||||
//1.固定班制,修改考勤周期表中的数据
|
||||
|
Loading…
Reference in New Issue
Block a user