From 5810130595244cc73b32cc1965ac948e7cc13ffc Mon Sep 17 00:00:00 2001 From: richboo111 Date: Tue, 28 Mar 2023 18:14:29 +0800 Subject: [PATCH] 1 --- business/partner/printer/trendit/trendit.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/partner/printer/trendit/trendit.go b/business/partner/printer/trendit/trendit.go index 57c131071..98c9cf728 100644 --- a/business/partner/printer/trendit/trendit.go +++ b/business/partner/printer/trendit/trendit.go @@ -173,7 +173,6 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin if order.VendorID == model.VendorIDEBAI { getCode = fmt.Sprintf("饿百取货码:%s", jxutils.GetEbaiOrderGetCode(order)) } - order.BuyerComment = "" if order.BuyerComment == "" { order.BuyerComment = "客户电话: " + order.ConsigneeMobile + ",配送遇到问题,可联系18048531223取消配送单,禁止未配送直接完成订单!" }