Browse Source

错误修改

Administrator 5 years ago
parent
commit
451590e32e

+ 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> deviceNoList, float max);
+    Integer getDayAbnormalNumByDeviceNoList(DateTime dateTime, Date date, List<String> list, float temperatureMax);
 }