ycl-server/src/main/java/com/ycl/platform/mapper/ReportMapper.java
@@ -9,6 +9,7 @@ import java.util.List; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import org.springframework.web.bind.annotation.PathVariable; /** * 报备 Mapper 接口 @@ -20,4 +21,12 @@ public interface ReportMapper extends BaseMapper<Report> { IPage<ReportVO> page(IPage page, @Param("query") ReportQuery query); /** * 审核记录 * * @param id * @return */ List<ReportVO> examineRecord(@Param("id") Integer id); }