前端不传集合时状态改不了的bug
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 6m19s

This commit is contained in:
dy 2025-08-22 14:48:31 +08:00
parent 359a380937
commit 3c144d00e5

View File

@ -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.固定班制修改考勤周期表中的数据