ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/ShopClient.java
@@ -50,6 +50,9 @@ @PostMapping("/shop/getShopIdByName") R<Set<Integer>> getShopIdByName(@RequestParam("shopName") String shopName); @PostMapping("/shop/getManagerByManagerName") R<Set<Long>> getManagerByManagerName(@RequestParam("managerName") String managerName); @PostMapping("/shop-balance-statement/getList") R<List<ShopBalanceStatement>> getShopBalanceStatementList(@RequestBody ShopBalanceStatement shopBalanceStatement);