|
|
|
@@ -258,6 +258,8 @@ public class InvestBizServiceImpl implements InvestBizService { |
|
|
|
followRecordEntity.setFollowId(params.getFollowId()); |
|
|
|
followRecordEntity.setType(params.getType()); |
|
|
|
InvestPageQuery<InvestFollowRecordEntity> pageQuery = buildPageQuery(params, followRecordEntity); |
|
|
|
pageQuery.setSortColumn("create_date"); |
|
|
|
pageQuery.setSortOrder("desc"); |
|
|
|
InvestPageResult<InvestFollowRecordEntity> recordPage = followRecordService.queryPage(pageQuery); |
|
|
|
|
|
|
|
InvestPageResult<InvestFollowRecordVo> investPage = new InvestPageResult<>(); |
|
|
|
|