|
|
@@ -52,7 +52,7 @@ class ServiceOrderLogic extends BaseLogic
|
|
|
$work_pay_status = WorkEnum::UN_PAY_STATUS;
|
|
|
}else{
|
|
|
$order_total = $goods['base_service_fee'];
|
|
|
- $order_amount = $goods['base_service_fee'];
|
|
|
+ $order_amount = $goods['service_fee'];
|
|
|
$pay_status = !empty($order_amount)?PayEnum::UNPAID:PayEnum::ISPAID;
|
|
|
$work_pay_status = !empty($order_amount)?WorkEnum::UN_PAY_STATUS:WorkEnum::IS_PAY_STATUS;
|
|
|
}
|