清理System.out.println
This commit is contained in:
@@ -453,7 +453,7 @@ public class BuyOrderController {
|
||||
List<BuyOrder> list = buyOrderService.list(wrapper);
|
||||
for (BuyOrder b : list){
|
||||
List<Integer> orderBookId = shopProductBookService.getOrderBookId(b.getOrderSn());
|
||||
System.out.println(orderBookId);
|
||||
// System.out.println(orderBookId);
|
||||
userEbookBuyService.addBookForUser(b.getUserId(),orderBookId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user