This commit is contained in:
richboo111
2023-03-20 15:30:13 +08:00
parent a5dd2174cb
commit 97186b846f

View File

@@ -312,7 +312,7 @@ func (c *PrinterHandler) getCancelOrRefundOrderContent(order *model.GoodsOrder,
orderFmt := ``
if storeDetail != nil {
if storeDetail.BrandIsPrint == model.NO {
orderFmt += `<C><B>%s</B><C>`
orderFmt += `<CB>%s</CB>`
if order.VendorOrgCode == "34665" {
orderParams = append(orderParams, globals.StoreNameEbai2)
} else {