SourceCode/Bond/Servo/CPageGraph2.cpp
@@ -227,6 +227,17 @@ } else if (nCmd == ID_EQSGRAPHITEM_TEST3) { SERVO::CEquipment* pEquipment = (SERVO::CEquipment*)pItem->pData; if (pEquipment != nullptr) { SERVO::CGlass* pGlass = pEquipment->getFrontGlass(); if (pGlass != nullptr) { SERVO::CProcessData pd; pd.setGlassId(pGlass->getID().c_str()); pEquipment->onProcessData(&pd); } } } else if (nCmd == ID_EQSGRAPHITEM_TEST4) { SERVO::CEquipment* pEquipment = (SERVO::CEquipment*)pItem->pData; // 测试下发Cim Message /*