前端不传集合时状态改不了的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:
@@ -264,6 +264,9 @@ public class AttendanceGroupServiceImpl implements IAttendanceGroupService {
|
|||||||
//1.固定班制
|
//1.固定班制
|
||||||
//取出考勤组id
|
//取出考勤组id
|
||||||
Long groupId = update.getId();
|
Long groupId = update.getId();
|
||||||
|
if(bo.getWeekSetList() == null || bo.getWeekSetList().isEmpty()){
|
||||||
|
return baseMapper.updateById(update) > 0;
|
||||||
|
}
|
||||||
bo.getWeekSetList().forEach(
|
bo.getWeekSetList().forEach(
|
||||||
weekSet -> {
|
weekSet -> {
|
||||||
//1.固定班制,修改考勤周期表中的数据
|
//1.固定班制,修改考勤周期表中的数据
|
||||||
|
Reference in New Issue
Block a user