LAPTOP-SNT8I5JK\Boounion
2025-06-13 1a181b77b4eb7670e668506c10d9de97ca0c20c6
SourceCode/Bond/Servo/Model.cpp
@@ -188,7 +188,6 @@
         break;
      case ROBOT_EVENT_FINISH:
         LOGI("<CModel>onRobotTaskEvent: 任务完成(%s, ClassID=%s).", strDesc.c_str(), strClassID.c_str());
         pTask->completed();
         break;
      case ROBOT_EVENT_ERROR:
         LOGE("<CModel>onRobotTaskEvent: 任务错误(%s, ClassID=%s).", strDesc.c_str(), strClassID.c_str());
@@ -248,7 +247,7 @@
      int nRecordId = 0;
      TransferManager::getInstance().addTransferRecord(data, nRecordId);
      notifyPtr(RX_CODE_EQ_ROBOT_TASK, pTask);
      notifyPtrAndInt(RX_CODE_EQ_ROBOT_TASK, pTask, nullptr, code);
      LOGI("<CModel>onRobotTaskEvent: 任务记录已保存,RecordID=%d", nRecordId);
   };
   m_master.setListener(masterListener);