Commit f6a6cfeb authored by 张亚辉's avatar 张亚辉

基金详情

parent 3ad57ba0
......@@ -1541,7 +1541,7 @@ public class ProductServiceImpl implements ProductService, Constant {
FundCountExample example = new FundCountExample();
example.createCriteria().andSubstrategyEqualTo(fundInfo.getSubstrategy())
.andDataSourcesEqualTo(Constant.ONE_NUM).andDeleteTagEqualTo(BizEnums.DeleteTag.tag_init);
example.setOrderByClause("ret1y desc");
example.setOrderByClause("ret_1y desc");
List<FundCount> fundCounts = fundCountMapper.selectByExample(example);
......
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