Commit e18d54d4 authored by hezhen's avatar hezhen

123

parent a9253aea
......@@ -23,7 +23,7 @@ public class BaseCommissionRatioBiz extends BaseBiz<BaseCommissionRatioMapper, B
public List<BaseCommissionRatio> getList(){
Example example=new Example(BaseCommissionRatio.class);
example.createCriteria().andEqualTo("status",1);
example.setOrderByClause("type desc");
example.setOrderByClause("type asc");
return mapper.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