lin
2024-04-16 62780df6d2e1c72ff489a9054631015dc6f5d0be
src/main/java/org/springblade/modules/task/mapper/TaskPlaceSelfCheckMapper.java
@@ -79,4 +79,11 @@
                                             @Param("gridCodeList") List<String> gridCodeList);
   Integer getCount(String neiCode, int i,Long userId);
   /**
    * 消防自查详情查询
    * @param taskId
    * @return
    */
   TaskPlaceSelfCheckEntity getDetailByTaskId(Long taskId);
}