linwe
2024-04-29 fa70e2f7c9ba47034569868e15de891f5b2595c0
src/main/java/org/springblade/modules/task/mapper/TaskLabelReportingEventMapper.java
@@ -76,4 +76,11 @@
                                                       @Param("regionChildCodesList") List<String> regionChildCodesList,
                                                       @Param("isAdministrator") Integer isAdministrator,
                                                       @Param("gridCodeList") List<String> gridCodeList);
   /**
    * 二手交易报事 自定义详情
    * @param taskLabelReportingEvent
    * @return
    */
    TaskLabelReportingEventVO getDetail(@Param("taskLabelReportingEvent") TaskLabelReportingEventVO taskLabelReportingEvent);
}