luodangjia
2025-01-13 ef9d599298c6985e89daf4e217b9245a12bb571a
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/ShopBalanceStatementClient.java
@@ -34,5 +34,5 @@
    * @return
    */
   @PostMapping("/shop-balance-statement/getShopBalanceStatementList")
   R<List<ShopBalanceStatement>> getShopBalanceStatementList(@RequestParam("types") Collection<Integer> types, @RequestParam("objectId") Long objectId);
   R<List<ShopBalanceStatement>> getShopBalanceStatementList(@RequestParam("types") Collection<Integer> types, @RequestParam(value = "objectId",required = false) Long objectId);
}