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