@@ -147,7 +147,7 @@ public class WorkAttendanceServiceImpl implements WorkAttendanceService {
List<WorkAttendance> workAttendances = workAttendanceDAO.findByPeriod(personId,alarmConfig.getId(),recordTime.toDate());
if (workAttendances.size()>0){
- break;
+ continue;
}
//准时上班