SourceCode/Bond/Servo/CEquipment.cpp
@@ -202,7 +202,7 @@
      }
      for (auto item : m_glassList) {
         attrubutes.addAttribute(new CAttribute("Panel",
         attrubutes.addAttribute(new CAttribute("Glass",
            item->getID().c_str(), ""));
      }
   }
@@ -524,6 +524,10 @@
      // 模拟取出第一张Panel,传送到下一环节
      Lock();
      if (m_glassList.empty()) {
         Unlock();
         return -2;
      }
      CGlass* pContext = m_glassList.front();
      pContext->addRef();