Commit d9f6ce02 authored by 赵啸非's avatar 赵啸非

添加样表报表统计业务

parent e5624c67
...@@ -49,8 +49,7 @@ public class SampleBillController extends BaseCRUDJsonBodyMappingController<Samp ...@@ -49,8 +49,7 @@ public class SampleBillController extends BaseCRUDJsonBodyMappingController<Samp
@Override @Override
protected void doListBefore(SampleBillEntity query, Map<String, Object> model, Context context) throws AppException { protected void doListBefore(SampleBillEntity query, Map<String, Object> model, Context context) throws AppException {
super.doListBefore(query, model, context); super.doListBefore(query, model, context);
List<OrderCol> orderColList = new ArrayList<>(); // List<OrderCol> orderColList = new ArrayList<>();
orderColList.add(new OrderCol("isRecommend", OrderCol.DESCENDING)); // query.setOrderColList(orderColList);
query.setOrderColList(orderColList);
} }
} }
\ No newline at end of file
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