|
|
@@ -116,6 +116,10 @@ public class OrderController {
|
|
|
if (null != orderItem) {
|
|
|
orderItem.setPlatform(orderParam.getPlatform());
|
|
|
}
|
|
|
+
|
|
|
+ System.out.println("orderParam.getBasketIds()"+orderParam.getBasketIds());
|
|
|
+ System.out.println("orderItem"+orderItem);
|
|
|
+ System.out.println("userId"+userId);
|
|
|
List<ShopCartItemDto> shopCartItems = basketService.getShopCartItemsByOrderItems(orderParam.getBasketIds(), orderItem, userId);
|
|
|
if (CollectionUtil.isEmpty(shopCartItems)) {
|
|
|
throw new GlobalException("请选择您需要的商品加入购物车");
|