@@ -96,6 +96,7 @@ public class OrderSettlementApplicationServiceImpl extends ServiceImpl<OrderSett
authOrderSettlementApplicationListDTO.setDeptIds(sysDeptList.stream().map(SysDept::getDeptId).collect(Collectors.toList()));
}
PageUtils.startPage();
+ PageUtils.orderBy("a.application_time desc");
return orderSettlementApplicationMapper.selectOrderSettlementApplicationList(authOrderSettlementApplicationListDTO);