|
|
@@ -415,7 +415,7 @@ class ServiceOrderLogic extends BaseLogic
|
|
|
|
|
|
if($v['payment_type']!=1 and !empty($order_info['service_work']['spare_total'])){
|
|
|
$v['order_total'] = $v['order_total'] - $order_info['service_work']['spare_total'];
|
|
|
- $v['order_amount'] = $v['order_total'] - $order_info['service_work']['spare_total'];
|
|
|
+ $v['order_amount'] = $v['order_amount'] - $order_info['service_work']['spare_total'];
|
|
|
}
|
|
|
|
|
|
$coupon_price += $v['coupon_price'];
|