chenluhua1980
2026-01-14 6b6297c6fc0aa5c059d35732c7ee22ebca93967f
SourceCode/Bond/Servo/CEqDateTimeSetCmdStep.cpp
@@ -29,8 +29,9 @@
   {
      CWriteStep::getAttributeVector(attrubutes);
      unsigned int weight = 31;
      std::string strTemp;
      attrubutes.addAttribute(new CAttribute("DateTime Dev",
         ("W" + CToolUnits::toHexString(m_nDateTimeDev, strTemp)).c_str(), ""));
         ("W" + CToolUnits::toHexString(m_nDateTimeDev, strTemp)).c_str(), "", weight++));
   }
}