cloudroam
2024-10-23 b4aa242d1b818a8ad3a285166caedb699bbcb460
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")