SourceCode/Bond/Servo/CWriteStep.cpp
@@ -1,6 +1,7 @@ #include "stdafx.h" #include "CWriteStep.h" #include "Common.h" #include "CEquipment.h" namespace SERVO { @@ -120,9 +121,8 @@ // 6.完成 nextStep(); if (0 == onComplete()) { if (m_listener.onEvent != nullptr) { m_listener.onEvent(this, STEP_EVENT_COMPLETE, nullptr); } ASSERT(m_pEquipment); m_pEquipment->onStepEvent(this, STEP_EVENT_COMPLETE); } } }