|
|
|
@ -151,7 +151,7 @@ class FeiePrintService implements FeiePrintServiceInterface |
|
|
|
if ($arr->services_money > 0) { |
|
|
|
$orderInfo .= $this->space('服务费:',$arr->services_money); |
|
|
|
} |
|
|
|
if($arr->delivery_money > 0){ |
|
|
|
if($arr->shipping_type != 3 && $arr->delivery_money > 0){ |
|
|
|
$orderInfo .= $this->space('配送费:',$arr->delivery_money); |
|
|
|
} |
|
|
|
if($arr->coupon_money > 0){ |
|
|
|
|