|
@@ -159,11 +159,11 @@ public class SupplementWorkServiceImpl implements SupplementWorkService {
|
|
|
|
|
|
//考勤记录中记录补卡记录id
|
|
|
workScheduleAttendance.setSupplementWorkPersonId(supplementWorkPerson.getId());
|
|
|
+ workScheduleAttendanceService.update(workScheduleAttendance);
|
|
|
|
|
|
if(StringUtils.isNotEmpty(ids)){
|
|
|
update(supplementWork);
|
|
|
supplementWorkPersonService.update(supplementWorkPerson);
|
|
|
- workScheduleAttendanceService.update(workScheduleAttendance);
|
|
|
}else {
|
|
|
insert(supplementWork);
|
|
|
supplementWorkPersonService.insert(supplementWorkPerson);
|