chenluhua1980
2 天以前 f2ab7e5e25ca285dd3c2807a9ee67c5523174523
SourceCode/Bond/Servo/CEFEM.cpp
@@ -716,6 +716,7 @@
                  LOGI("<CEFEM-%s>JobDataRequest received (code=%d, size=%zu)", m_strName.c_str(), code, size);
                  if (m_pActiveContext != nullptr) {
                     CJobDataS* pJobDataS = ((CGlass*)m_pActiveContext)->getJobDataS();
                     LOGI("<CEFEM-%s>JobDataRequest GlassID=%s", m_strName.c_str(), ((CGlass*)m_pActiveContext)->getID().c_str());
                     if (pJobDataS != nullptr) {
                        pJobDataS->serialize(szBuffer, 1024);
                        ack = (short)JobDataRequestAck::OK;