This commit is contained in:
lnk
2025-09-16 16:42:15 +08:00
parent 016caeb07c
commit 825315440d
4 changed files with 60 additions and 5 deletions

View File

@@ -3092,8 +3092,13 @@ bool update_qvvr_file_download(const std::string& filename_with_mac, const std::
//找终端
for (auto& dev : terminal_devlist) {
if (dev.terminal_id != terminal_id) continue;
if (dev.terminal_id != terminal_id) {
std::cout << "[cmp-terminal-id][NOT-MATCH]"
<< " dev_id=" << dev.terminal_id
<< " target_id=" << terminal_id
<< std::endl;
continue;
}
//找监测点
for (auto& monitor : dev.line) {
try {