|
@@ -234,7 +234,7 @@ public class ApiOrderService {
|
|
|
//统计商品总价
|
|
|
List<OrderGoodsVo> orderGoodsData = new ArrayList();
|
|
|
if (orderInfo.getOrderBizType().equalsIgnoreCase(goodsItem.getGoodsBizType())) {
|
|
|
- GoodsVo goodsVo = apiGoodsMapper.queryObject(goodsItem.getId());
|
|
|
+ GoodsVo goodsVo = apiGoodsMapper.queryObject(goodsItem.getGoods_id());
|
|
|
if(goodsVo==null){
|
|
|
throw new RRException("订单提交失败:商品不存在");
|
|
|
}
|