From 6ca90acde09adbdffbf27035a62e5c10641214bf Mon Sep 17 00:00:00 2001 From: baocm Date: Fri, 30 Jan 2026 12:26:20 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E8=B0=83=E6=95=B4=E7=A3=85=E5=8D=95?= =?UTF-8?q?=E8=A1=A5=E6=89=93=E8=AE=B0=E5=BD=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mqttdds/Publisher.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mqttdds/Publisher.cxx b/mqttdds/Publisher.cxx index 3102452..c033560 100644 --- a/mqttdds/Publisher.cxx +++ b/mqttdds/Publisher.cxx @@ -445,8 +445,8 @@ void PublisherApp::run(std::shared_ptr dev) return oss.str(); }; - // if (info.IsPrintTicker() == true) - // { + if (info.IsPrintTicker() == true) + { print_msg.clear(); print_msg["Title"] = "过衡单"; @@ -475,7 +475,7 @@ void PublisherApp::run(std::shared_ptr dev) print_msg["Warning"] = info.Warning(); print_msg["Tips"] = info.Tips(); print_msg["TicketType"] = info.TicketType(); - // } + } } else {