From 32eec2134c71fd12d7bc1f938a3778e4016002d6 Mon Sep 17 00:00:00 2001 From: "bob.pan" Date: Thu, 30 Jun 2022 16:06:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=87=BA=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=95=B0=E6=8D=AE=E6=8F=90=E7=A4=BA=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tpvs17/lpReport/lpReport.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tpvs17/lpReport/lpReport.cpp b/tpvs17/lpReport/lpReport.cpp index 8152e80..f3b4f41 100644 --- a/tpvs17/lpReport/lpReport.cpp +++ b/tpvs17/lpReport/lpReport.cpp @@ -619,7 +619,7 @@ bool lpReport::SaveDataToCSV(QString filePath, QMap &m_mapTable) } out << (index++) << "," << tr("总数") << "," << QString::number(sum) << "\n"; out << tr("时间:") << "," << QDateTime::currentDateTime().toString("yyyy-MM-dd") << "," << QDateTime::currentDateTime().toString("hh:mm:ss") << "\n"; - out << tr("用户:") << "," << "username" << "," << "\n"; + //out << tr("用户:") << "," << "username" << "," << "\n"; file.close(); return true; } @@ -872,6 +872,7 @@ Q_SLOT void lpReport::handleResultsCount(const QString &result, const QMapSetData(QMap(*p)/*m_CountNumber*/); if (!p->contains(QString("NG"))) reportdlg->AppendData(QString("NG"), 0, true);