소스 검색

错误修改

Administrator 5 년 전
부모
커밋
78c741acad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common/src/main/java/com/jpsoft/smart/modules/base/dao/PersonDeviceLogDAO.java

+ 1 - 1
common/src/main/java/com/jpsoft/smart/modules/base/dao/PersonDeviceLogDAO.java

@@ -58,5 +58,5 @@ public interface PersonDeviceLogDAO {
 
     long countByAttendance(String companyCode, Date beginDate, Date endDate);
 
-    Integer getDayAbnormalNumByDeviceNoList(DateTime dateTime, Date date, List<String> list, float temperatureMax);
+    Integer getDayAbnormalNumByDeviceNoList(Date startTime, Date endTime, List<String> list, float temperatureMax);
 }