LAPTOP-T815PCOQ\25526
2025-01-10 65ac403060f715a532e5a31927fecbfac208c905
SourceCode/Bond/BoounionPLC/PagePlcList.cpp
@@ -75,12 +75,11 @@
               // 更新节点
               HTREEITEM hSelectedItem = m_treeCtrl.GetSelectedItem();  
               CPLC* pSelectedPlc = nullptr;
               if (hSelectedItem != NULL) {
                  CPLC* pSelectedPlc = (CPLC*)m_treeCtrl.GetItemData(hSelectedItem);
                  if (pSelectedPlc != nullptr) {
                  pSelectedPlc = (CPLC*)m_treeCtrl.GetItemData(hSelectedItem);
               }
                     theApp.m_model.notifyPtr(RX_CODE_SELECT_PLC, pSelectedPlc);
                  }
               }
            }
         }