lin
2024-03-27 f2d5ea44de8cf97542e99b9c1180b141d5f04105
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);
}