清理告警

Signed-off-by: j00383476 <jinhai2@huawei.com>
This commit is contained in:
j00383476 2024-07-03 14:21:10 +08:00
parent f6f8be7d18
commit 42d14290b2

View File

@ -41,7 +41,7 @@ private:
std::string result = "";
int ohType = 5;
int typeName = 2;
double time = 0.0;
mutable double time = 0.0;
double noNameType = -1.0;
mutable std::ostringstream stream;
};