Преглед на файлове

改为实时记录考勤情况。

tomatozq преди 5 години
родител
ревизия
3225fd03d6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      common/src/main/java/com/jpsoft/smart/modules/business/service/impl/WorkAttendanceServiceImpl.java

+ 1 - 1
common/src/main/java/com/jpsoft/smart/modules/business/service/impl/WorkAttendanceServiceImpl.java

@@ -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;
 						}
 
 						//准时上班