|
@@ -240,4 +240,15 @@ public class HighReportService {
|
|
|
return ResultVoUtil.success(map);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * @Description 查询报表信息
|
|
|
+ * @Author hsh
|
|
|
+ * @param dto 报表id
|
|
|
+ * @return ReportBaseInfo
|
|
|
+ * @Date 2024/4/19 15:07
|
|
|
+ */
|
|
|
+ public ResultVo<ReportBaseInfo> selectReportInfoData(HighReportDto dto){
|
|
|
+ return ResultVoUtil.success(dao.selectReportPortalMenu(dto.getReportId(), null, null));
|
|
|
+ }
|
|
|
+
|
|
|
}
|