陶杰
2024-12-19 0a8bc68140f77ab95c6569a266206b1d473ef49b
src/main/java/com/mzl/flower/web/v2/wallet/WalletWithdrawRecordController.java
@@ -98,7 +98,7 @@
    public ResponseEntity<ReturnDataDTO<Page<WalletWithdrawRecordDO>>> page(Page page, QueryWalletWithdrawDTO dto
    ) {
        // 根据当前用户获取供应商
        dto.setSupplierId(supplierService.getCurrentSupplier().getId());
        dto.setSupplierId(String.valueOf(supplierService.getCurrentSupplier().getId()));
        return returnData(R.SUCCESS.getCode(), walletWithdrawRecordService.queryPage(dto, page));
    }