Sfoglia il codice sorgente

健康公示墙增加所有用户查询。

tomatozq 5 anni fa
parent
commit
70ba88640b

+ 1 - 1
common/src/main/java/com/jpsoft/smart/modules/base/dao/PersonDeviceLogDAO.java

@@ -42,7 +42,7 @@ public interface PersonDeviceLogDAO {
                                                                  @Param("companyList") List<CompanyInfo> companyList,
                                                                  @Param("deviceNoList") List<String> deviceNoList);
 
-    List<PersonDeviceLog> findLastPersonLogByCompanyList(@Param("startTime") Date startTime, @Param("endTime") Date endTime, @Param("list") List<CompanyInfo> list);
+    List<PersonDeviceLog> findLastPersonLogByCompanyList(@Param("startTime") Date startTime, @Param("endTime") Date endTime, @Param("companyList") List<CompanyInfo> list);
 
     List<PersonDeviceLog> findVisitorLogByDeviceNoList(@Param("startTime") Date startTime, @Param("endTime") Date endTime, @Param("list") List<String> list);