Browse Source

Z991239-6309 #comment 去掉硬件配置检测时对CardIssuer的兼容逻辑

oilyang 3 tháng trước cách đây
mục cha
commit
b5a04c853f
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      Module/mod_vtmloader/VtmLoaderFSM.cpp

+ 0 - 8
Module/mod_vtmloader/VtmLoaderFSM.cpp

@@ -1970,14 +1970,6 @@ void CVtmLoaderFSM::CheckDeviceEntity(SpReqAnsContext<VtmLoaderService_CheckDevi
 	ErrorCodeEnum eErrCode = Error_Unexpect;
 	CSimpleStringA csEntityName = ctx->Req.entityName;
 
-	//oiltmp@20240415 to be delete after x months
-	if (ctx->Req.entityName.Compare("CardIssuer") == 0)
-	{
-		if (m_sysInfo.strMachineType.Compare("RVC.CardStore") == 0 || m_sysInfo.strMachineType.Compare("RVC.CardPrinter") == 0)
-			csEntityName = "CardIssuerStore";
-		else
-			csEntityName = "CardIssuerStand";
-	}
 	
 	if ((eErrCode = m_pEntity->GetFunction()->GetEntityStaticInfo(csEntityName.GetData(), staticInfo)) != Error_Succeed)
 	{