shiyunteng
5 天以前 fb9fca375c78c5b79acf6db990357816f86100fb
platformx-business-finance-biz/src/main/java/com/by4cloud/platformx/business/controller/HistoryOverdueController.java
@@ -52,7 +52,7 @@
      wrapper.like(StrUtil.isNotBlank(historyOverdue.getBusGuestName()),HistoryOverdue::getBusGuestName,historyOverdue.getBusGuestName());
      wrapper.like(StrUtil.isNotBlank(historyOverdue.getContractName()),HistoryOverdue::getContractName,historyOverdue.getContractName());
      wrapper.orderByDesc(HistoryOverdue::getCreateTime);
        return R.ok(historyOverdueService.page(page, wrapper));
        return R.ok(historyOverdueService.pageByScope(page, wrapper));
    }