소스 검색

改为实时记录考勤情况。

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