From aedf0547e6093a1a0c36e9fe1cfe14a4499c10e0 Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 18 Apr 2019 15:43:03 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E6=B5=8B=E8=AF=95=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E9=97=A8=E5=BA=97=E5=90=8D=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxutils/netprinter/netprinter.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxutils/netprinter/netprinter.go b/business/jxutils/netprinter/netprinter.go index 6a248377f..e3ae5f97f 100644 --- a/business/jxutils/netprinter/netprinter.go +++ b/business/jxutils/netprinter/netprinter.go @@ -34,6 +34,7 @@ func PrintOrder(ctx *jxcontext.Context, vendorOrderID string, vendorID int) (pri order.ConsigneeName = "用户姓名" order.ConsigneeMobile = "13812345678" order.ConsigneeMobile2 = "13812345678" + order.StoreName = "京西菜市-测试门店" order.StoreID = storeID order.JxStoreID = storeID }