Commit 3ad57ba0 authored by 张亚辉's avatar 张亚辉

基金详情

parent 6d24b80c
......@@ -1539,7 +1539,7 @@ public class ProductServiceImpl implements ProductService, Constant {
PageMethod.startPage(1, 10);
FundCountExample example = new FundCountExample();
example.createCriteria().andSubstrategyEqualTo(fundInfo.getSubstrategy()).andStatusEqualTo(Constant.ONE_NUM)
example.createCriteria().andSubstrategyEqualTo(fundInfo.getSubstrategy())
.andDataSourcesEqualTo(Constant.ONE_NUM).andDeleteTagEqualTo(BizEnums.DeleteTag.tag_init);
example.setOrderByClause("ret1y desc");
......
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