This commit is contained in:
邹宗楠
2024-11-26 10:40:28 +08:00
parent d4bcd97e83
commit a52f9a1ea1

View File

@@ -108,7 +108,7 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
}
orderFmt += `<BR>
<BOLD>共%d种%d件商品</BOLD><BR>
<B><BOLD>实付:¥%s</BOLD></B>
<B><BOLD>实付:%s</BOLD></B>
<BR>
--------------------------------<BR>
<C><L><BOLD>商品质量问题请联系:</BOLD></L><BR></C>
@@ -196,7 +196,7 @@ func (c *PrinterHandler) getOrderContentBig(order *model.GoodsOrder, storeTel st
}
orderFmt += `<BR>
<B><BOLD>共%d种%d件商品</BOLD></B>
<B><BOLD>实付:¥%s</BOLD></B>
<B><BOLD>实付:%s</BOLD></B>
<BR>
--------------------------------<BR>
<C><L><BOLD>商品质量问题请联系:</BOLD></L><BR></C>