ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/ShopWithdrawController.java
@@ -102,6 +102,7 @@ if(first.isPresent()){ item.setShopName(first.get().getName()); } item.setIdStr(item.getId().toString()); } return R.ok(page); }