linwe
2024-05-29 c10d6358b9f014375a13821465bc978d0c0da22e
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);
}