From dc7ee443b0460ee329926d7bab62e0e7b9865fe1 Mon Sep 17 00:00:00 2001
From: Lemon <15040771@qq.com>
Date: Thu, 17 Sep 2020 21:31:32 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=20=E4=B8=8B=E5=8D=95?=
=?UTF-8?q?=E6=97=B6=E9=97=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/Service/v3/Implementations/FeiePrintService.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/Service/v3/Implementations/FeiePrintService.php b/app/Service/v3/Implementations/FeiePrintService.php
index 20b8eeb..59a3a33 100644
--- a/app/Service/v3/Implementations/FeiePrintService.php
+++ b/app/Service/v3/Implementations/FeiePrintService.php
@@ -170,7 +170,8 @@ class FeiePrintService implements FeiePrintServiceInterface
$orderInfo .= '送货地点:' . $arr->address . '
';
$tel = substr_replace( $arr->tel, '****', 3, 4);
$orderInfo .= '联系电话:' . $tel . '
';
- $orderInfo .= '送达时间:' . $arr->delivery_time_note . '
';
+ $orderInfo .= '下单时间:' . $arr->delivery_time_note . '
';
+ $orderInfo .= '送达时间:' . $arr->pay_time_text . '
';
//$orderInfo .= 'http://www.feieyun.com';//把解析后的二维码生成的字符串用标签套上即可自动生成二维码
return $orderInfo;
}