提交 03966785 作者: 925993793@qq.com

【AI资讯】增加报告生成特定数据接口

上级 9ed43c1b
......@@ -111,8 +111,7 @@ public class ReportDataController {
*/
@PostMapping("/infoList")
public Result<?> originAnalysis(@RequestBody InfoDataSearchCondition searchCondition) {
IPage<DisplayInfo> pageList = informationService.subjectPageList(searchCondition);
return Result.OK(pageList.getRecords());
return informationService.subjectPageListGroupByLabel(null, searchCondition);
}
/**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论