接口【优化】易联云打印机打印小票修改为商品名称加sku名称。

This commit is contained in:
jianweie code
2025-07-05 23:23:08 +08:00
parent 13c33cb724
commit 1cefc94d2a

View File

@@ -208,7 +208,7 @@ namespace CoreCms.Net.RedisMQ
{ {
foreach (var item in items) foreach (var item in items)
{ {
printStr.Append(item.name + "*" + item.nums + "\r"); printStr.Append(item.name + "" + item.addon + "*" + item.nums + "\r");
} }
} }
//printStr.Append("<center>--其他消费--</center>\r"); //printStr.Append("<center>--其他消费--</center>\r");