@@ -326,6 +326,7 @@ class OrderService extends BaseService
'order_no' => $orderNo,
'user_id' => $userId,
'store_id' => $storeId,
+ 'type' => $type,
'total' => $goodsTotal, // 商品总价
'num' => $orderCount,
'bd_score' => $bdScoreTotal, // 折扣后商品总价(不含运费)