From efba63bf9d057c53713ec4f4e7436ccdd5217896 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Fri, 24 May 2024 20:00:56 +0800 Subject: [PATCH] v6.1 --- src/service/disfection_ctl/disinfection_service.cpp | 2 +- src/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/service/disfection_ctl/disinfection_service.cpp b/src/service/disfection_ctl/disinfection_service.cpp index 98eca2d..f8ea3ba 100644 --- a/src/service/disfection_ctl/disinfection_service.cpp +++ b/src/service/disfection_ctl/disinfection_service.cpp @@ -171,7 +171,7 @@ void DisinfectionService::__dumpDisinfectionLogsToCSV(bool header) { if (header) { content += fmt::format(" {} , {} , {} , {} ,", ZIconv::noChange("仓内-过氧化氢浓度"), ZIconv::noChange("仓内-温度"), ZIconv::noChange("仓内-相对湿度"), ZIconv::noChange("仓内-相对饱和度")); } else { - content += fmt::format(" {} , {} , {} ,", h2o2str[0], tempstr[0], humidstr[0], satstr[0]); + content += fmt::format(" {} , {} , {} , {} ,", h2o2str[0], tempstr[0], humidstr[0], satstr[0]); } #endif diff --git a/src/version.hpp b/src/version.hpp index 691f7ec..bdbf098 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -1,2 +1,2 @@ #pragma once -#define VERSION "6.0" \ No newline at end of file +#define VERSION "6.1" \ No newline at end of file