修复bug

PtzNew
Matthew 3 months ago
parent d51ff00473
commit c07508a711

@ -1050,7 +1050,7 @@ bool CPhoneDevice::QuerySystemProperties(std::map<std::string, std::string>& pro
{ {
if (flowInfo.empty()) if (flowInfo.empty())
{ {
QueryFlowInfo(powerInfo); QueryFlowInfo(flowInfo);
} }
auto it2 = flowInfo.find(it->first); auto it2 = flowInfo.find(it->first);
if (it2 != flowInfo.cend()) if (it2 != flowInfo.cend())

Loading…
Cancel
Save