From 33813d497f0fb49eb6c895c12021e98902398feb Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Sun, 27 Sep 2020 11:06:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=20=E9=85=8D=E9=80=81?= =?UTF-8?q?=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/v3/Implementations/FeiePrintService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/v3/Implementations/FeiePrintService.php b/app/Service/v3/Implementations/FeiePrintService.php index f721a59..074a192 100644 --- a/app/Service/v3/Implementations/FeiePrintService.php +++ b/app/Service/v3/Implementations/FeiePrintService.php @@ -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){