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