Commit 53750693 by shenjunjie

Merge branch 'feature' into 'dev'

恢复舆情数据聚合功能2

See merge request !24
parents e5ed1a81 43dda315
...@@ -501,6 +501,7 @@ public class MarkDataServiceImpl implements MarkDataService { ...@@ -501,6 +501,7 @@ public class MarkDataServiceImpl implements MarkDataService {
linkedGroupId = projectService.getProjectVOById(projectId).getBrandLinkedGroupId(); linkedGroupId = projectService.getProjectVOById(projectId).getBrandLinkedGroupId();
markSearchDTO.setLinkedGroupId(linkedGroupId); markSearchDTO.setLinkedGroupId(linkedGroupId);
} }
markSearchDTO.setPageSize(10000);
return markSearchDTO; return markSearchDTO;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment