Commit bcc27dea authored by shiyu's avatar shiyu

我推荐的列表

parent 2f5482c4
......@@ -383,7 +383,7 @@ public class FollowFansRecordServiceImpl implements FollowFansRecordService {
map.put("list", PageSearchResult.of(pageInfo, followFansRecordVos));
map.put("totolOrderNum", totolOrderNum);
map.put("totalIntroduceAmount", PriceUtil.convertDoubleToString(totalIntroduceAmount));
return Result.success(PageSearchResult.of(pageInfo, followFansRecordVos));
return Result.success(map);
} catch (Exception e) {
logger.error("{} 查询我推荐的列表 {}", dto.getId(), e);
}
......
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