Administrator 5 éve
szülő
commit
78c741acad

+ 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);
 }