- 测试订单门店名更改

This commit is contained in:
gazebo
2019-04-18 15:43:03 +08:00
parent 9474aa551a
commit aedf0547e6

View File

@@ -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
}