zhongrj
2024-04-28 ebd41b7b2e44dc8b96f177d7bf88d2f5f997b75c
src/main/java/org/springblade/modules/task/mapper/TaskPlaceSelfCheckMapper.java
@@ -78,5 +78,12 @@
                                             @Param("regionChildCodesList") List<String> regionChildCodesList,
                                             @Param("gridCodeList") List<String> gridCodeList);
   Integer getCount(String neiCode, int i,Long userId);
   Integer getCount(String neiCode, int status,Long userId, int type);
   /**
    * 消防自查详情查询
    * @param taskId
    * @return
    */
   TaskPlaceSelfCheckEntity getDetailByTaskId(Long taskId);
}