This commit is contained in:
邹宗楠
2026-03-18 11:35:11 +08:00
parent 0b15701b04
commit 8cc488f29a

View File

@@ -316,7 +316,7 @@ func (c *PrinterHandler) getOrderContentBig805334(order *model.GoodsOrder, store
if sku.Count > 1 {
orderFmt += `<L>%s <RIGHT>%s</RIGHT></L><BR>`
} else {
orderFmt += `</L>%s <RIGHT>%s</RIGHT></L><BR>`
orderFmt += `<L>%s <RIGHT>%s</RIGHT></L><BR>`
}
orderParams = append(orderParams, sku.SkuName, "x"+utils.Int2Str(sku.Count))