This commit is contained in:
邹宗楠
2022-06-14 16:41:49 +08:00
parent 7b1a90395c
commit dacf12349c

View File

@@ -41,9 +41,7 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
orderFmt := ``
if storeDetail != nil {
if storeDetail.BrandIsPrint == model.NO {
orderFmt += `
<FS2><center>%s</center></FS2>\n
`
orderFmt += `<FS2><center>%s</center></FS2>\n`
if order.VendorOrgCode == "34665" {
orderParams = append(orderParams, globals.StoreNameEbai2)
} else {