Commit 15a24b49 by jianan

来佣比对列表查询降序排序

parent b732dcd6
...@@ -178,7 +178,7 @@ public class LifeCommissionServiceImpl implements LifeCommissionService { ...@@ -178,7 +178,7 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
private PageInfo<ComeCommissionVO> queryComeCommissionListPage(QueryComeCommissionListRequestVO requestVO) { private PageInfo<ComeCommissionVO> queryComeCommissionListPage(QueryComeCommissionListRequestVO requestVO) {
PageInfo<ComeCommissionVO> page = requestVO.getPage(); PageInfo<ComeCommissionVO> page = requestVO.getPage();
String orderBy = "orderDate asc"; String orderBy = "orderDate desc";
PageHelper.startPage(page.getPageNum(), page.getPageSize(), orderBy); PageHelper.startPage(page.getPageNum(), page.getPageSize(), orderBy);
......
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