cloudroam
2024-10-23 843dd3a17de187191cf7c442062b3de678bdad65
src/main/java/com/mzl/flower/web/v2/wallet/WalletController.java
@@ -66,7 +66,7 @@
            throw new ValidationException("供应商不能为空");
        }
        return walletService.getBySupplierId(currentSupplier.getId());
        return walletService.getBySupplierId();
    }
    @GetMapping("/page")