FIX: update the nozzle info

JIRA: [STUDIO-13764]
Change-Id: I2c93de86ee3cbe42236dcc1b7dd4ecc8bcd8744f
(cherry picked from commit 0d04ab3856fe19985ba06d0054f57e1fe9efded3)
This commit is contained in:
xin.zhang 2025-08-08 14:57:17 +08:00 committed by Noisyfox
parent b42afde4d0
commit ae3b35d195

View file

@ -98,7 +98,7 @@ void DevNozzleSystemParser::ParseV1_0(const nlohmann::json& nozzletype_json,
}
}
system->m_nozzles.emplace(0, nozzle);
system->m_nozzles[nozzle.m_nozzle_id] = nozzle;
}