mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:33:27 +08:00
接口【优化】易联云打印机打印小票修改为商品名称加sku名称。
This commit is contained in:
@@ -208,7 +208,7 @@ namespace CoreCms.Net.RedisMQ
|
||||
{
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user