From 3c284044c6df4be9798dc9c0fd208d017a7d55df Mon Sep 17 00:00:00 2001
From: Lemon <15040771@qq.com>
Date: Fri, 23 Oct 2020 14:14:17 +0800
Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E9=80=81=E8=B4=B9=E4=B8=BA0?=
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 42b48d6..5ba59eb 100644
--- a/app/Service/v3/Implementations/FeiePrintService.php
+++ b/app/Service/v3/Implementations/FeiePrintService.php
@@ -213,7 +213,7 @@ class FeiePrintService implements FeiePrintServiceInterface
$orderInfo .= '联系电话:' . $tel . '
';
}
$orderInfo .= '下单时间:' . $arr->pay_time_text . '
';
- if($arr->shipping_type != 3 && $arr->delivery_money > 0) {
+ if($arr->shipping_type != Shipping::TYPE_SELF_TAKE){
$orderInfo .= '送达时间:' . $arr->delivery_time_note . '
';
}else{
$orderInfo .= '自提时间:' . $arr->delivery_time_note . '
';