|
|
@ -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
|
|
|
|
|
|
|
|