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