|
@@ -53,7 +53,6 @@ class OrderInfo extends Model
|
|
|
$orderInfo['amount_pay']=$goods['amount_pay'];
|
|
|
$orderInfo['amount_install']=$goods['amount_install'];
|
|
|
$orderInfo['amount']=$goods['sku']['amount'];
|
|
|
- //$orderInfo['amount_kill']=$goods['sku']['amount_kill'];
|
|
|
$orderInfo['amount_cost']=$goods['sku']['amount_cost'];
|
|
|
$orderInfo['amount_cost_total']=bcmul($orderInfo['num'],$orderInfo['amount_cost']);
|
|
|
$orderInfo['goods_bak_id']=$orderInfoGoods['id'];
|