shicf
2024-10-24 a702c8478401303920b798074662d5dc6c1c5a83
src/main/java/com/product/administration/service/PunchRecordService.java
@@ -194,7 +194,7 @@
                  lateSb.append("上班未打卡");
               }
               if(ObjectUtil.isNotEmpty(fieldSetEntity.getValue("punch_time_four"))){
               if(ObjectUtil.isNotEmpty(fieldSetEntity.getValue("punch_time_four"))&&ObjectUtil.isNotEmpty(fieldSetEntity.getValue("punch_range_four"))){
                  String punch_time_four = dateFormatHHmmss.format(fieldSetEntity.getValue("punch_time_four"));
                  punch_time_four_date = DateUtil.parse(punch_time_four);
                  if(punch_time_four_date.before(afternoon_work_off_date)){