From 1cefc94d2ae9f8065a47ca61c26dc6644bbe3128 Mon Sep 17 00:00:00 2001 From: jianweie code Date: Sat, 5 Jul 2025 23:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E3=80=90=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91=E6=98=93=E8=81=94=E4=BA=91=E6=89=93=E5=8D=B0=E6=9C=BA?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=B0=8F=E7=A5=A8=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=95=86=E5=93=81=E5=90=8D=E7=A7=B0=E5=8A=A0sku=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.RedisMQ/OrderPrintSubscribe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreCms.Net.RedisMQ/OrderPrintSubscribe.cs b/CoreCms.Net.RedisMQ/OrderPrintSubscribe.cs index bd60ebb0..202b0240 100644 --- a/CoreCms.Net.RedisMQ/OrderPrintSubscribe.cs +++ b/CoreCms.Net.RedisMQ/OrderPrintSubscribe.cs @@ -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("
--其他消费--
\r");