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