fanli/src/main/java/com/yeshi/fanli/controller/client/v1/BanLiShopController.java
@@ -115,6 +115,7 @@ try { banLiShopOrderPayService.payOrderByMoney(latestOrder.getId(), latestOrder.getMoneyPayment()); orderList = banLiShopOrderService.listByUid(uid, page, Constant.PAGE_SIZE); } catch (BanLiShopOrderException e) { e.printStackTrace(); } @@ -124,7 +125,6 @@ } } } } List<BanLiShopOrderVO> voList = new ArrayList<>();