Browse Source

打印 配送费

master
Lemon 5 years ago
parent
commit
33813d497f
  1. 2
      app/Service/v3/Implementations/FeiePrintService.php

2
app/Service/v3/Implementations/FeiePrintService.php

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

Loading…
Cancel
Save