|
|
|
@@ -66,7 +66,7 @@ public class WxBillRentManageController extends BillBaseController { |
|
|
|
wxBillRentManage.setNearBillLastTime(wxBillAllHelper.getDateBefore(getNearBillBeforeDays())); |
|
|
|
} |
|
|
|
} |
|
|
|
wxBillRentManage.setSortColumns(BaseEntity.SortField.Createtime_DESC,BaseEntity.SortField.Id_DESC); |
|
|
|
wxBillRentManage.setSortColumns("starttime desc , merchant_id desc"); |
|
|
|
final PageInfo<WxBillRentManage> page = wxBillRentManageService.listAsPage(wxBillRentManage, pageNum, pageSize); |
|
|
|
return new ResultData(page); |
|
|
|
} |
|
|
|
|