shiyunteng
2026-05-14 531aa1a4ca996637b7ebb00ead9e6e0c141b7341
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));
    }