|
@@ -251,6 +251,7 @@ class Order extends Model
|
|
'discount_price' => $discountPrice,
|
|
'discount_price' => $discountPrice,
|
|
'delivery_price' => $deliveryPrice,
|
|
'delivery_price' => $deliveryPrice,
|
|
'total_price' => $totalPrice,
|
|
'total_price' => $totalPrice,
|
|
|
|
+ 'pay_type' => $data['pay_type'],
|
|
'ip' => $_SERVER['REMOTE_ADDR'] ?? '',
|
|
'ip' => $_SERVER['REMOTE_ADDR'] ?? '',
|
|
'remark' => $data['remark'] ?? '',
|
|
'remark' => $data['remark'] ?? '',
|
|
'status' => self::STATUS_NORMAL,
|
|
'status' => self::STATUS_NORMAL,
|