chenluhua1980
2026-01-27 517c0e8eba29ff41afbbc0abb0f913914b37e4e1
SourceCode/Bond/Servo/CPortStatusReport.cpp
@@ -139,9 +139,6 @@
      memcpy(&m_nLoadingCassetteType, &pszBuffer[index], sizeof(short));
      index += sizeof(short);
      memcpy(&m_nLoadingCassetteType, &pszBuffer[index], sizeof(short));
      index += sizeof(short);
      memcpy(&m_nQTimeFlag, &pszBuffer[index], sizeof(short));
      index += sizeof(short);
@@ -252,6 +249,11 @@
      m_nJobExistenceSlot[0] = map;
   }
   void CPortStatusReport::setCassetteId(const char* pszId)
   {
      m_strCassetteID = pszId;
   }
   void CPortStatusReport::WriteString(CArchive& ar, std::string& string)
   {
      CString strTemp = string.c_str();