linwei
2024-02-22 7bcd0d2d7510cb2ba67099cd768e1b2b6d047dc2
src/main/java/org/springblade/modules/taskPlaceSelfCheck/mapper/TaskPlaceSelfCheckMapper.java
@@ -41,7 +41,7 @@
    * @return
    */
   List<TaskPlaceSelfCheckVO> selectTaskPlaceSelfCheckPage(IPage page,
                                             @Param("palce") TaskPlaceSelfCheckVO taskPlaceSelfCheck,
                                             @Param("place") TaskPlaceSelfCheckVO taskPlaceSelfCheck,
                                             @Param("isAdministrator") Integer isAdministrator,
                                             @Param("regionChildCodesList") List<String> regionChildCodesList,
                                             @Param("gridCodeList") List<String> gridCodeList);
@@ -52,7 +52,7 @@
    * @param taskPlaceSelfCheck 消防自查记任务表ID
    * @return 消防自查记任务表
    */
   public TaskPlaceSelfCheckDTO selectTaskPlaceSelfCheckById(@Param("palce") TaskPlaceSelfCheckEntity taskPlaceSelfCheck);
   public TaskPlaceSelfCheckDTO selectTaskPlaceSelfCheckById(@Param("place") TaskPlaceSelfCheckEntity taskPlaceSelfCheck);
   /**
    * 查询消防自查记任务表列表