Explorar el Código

Z991239-5658 #comment feat: 修复错误码使用的错误

陈纪林80310970 hace 1 año
padre
commit
76bfbc5733
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Module/mod_IDCertificate/IDCertFSM.cpp

+ 1 - 1
Module/mod_IDCertificate/IDCertFSM.cpp

@@ -1365,7 +1365,7 @@ int CIDCertFSM::Initial()
 	else
 	{
 
-		SetErrorAndLog(err, MEC_DEVAPI_IDCER_GetDevCategory, "DevAdapter::GetDevCategory", __FUNCTION__,
+		SetErrorAndLog(eErrDev, MEC_DEVAPI_IDCER_GetDevCategory, "DevAdapter::GetDevCategory", __FUNCTION__,
 			false, m_ullEndTime - m_ullBeginTime);
 	}
 	if (m_hDevHelper != nullptr)