浏览代码

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

tomatozq 5 年之前
父节点
当前提交
70ba88640b
共有 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

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