瀏覽代碼

错误修改

Administrator 5 年之前
父節點
當前提交
451590e32e
共有 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> deviceNoList, float max);
+    Integer getDayAbnormalNumByDeviceNoList(DateTime dateTime, Date date, List<String> list, float temperatureMax);
 }