|
@@ -1189,7 +1189,6 @@ void HeartBeatConnection::SendCardActive(const int type,const int slot,unsigned
|
|
|
CSimpleStringA inParm = CSimpleStringA::Format("SendCardActive,type:%d, slot:%d, errCode:%d, fromTerm:%s, termNo:%s, findCard:%d, cardPos:%d, dataSize:%d,errCSCode:%d",
|
|
|
type, slot, errCode, m_TerminalNo.GetData(), termNo, findCard, cardPos, dataSize, errCSCode);
|
|
|
LogWarn(Severity_Low, Error_Unexpect, HeartBeat_UserErrorCode_SendCardActive_InParam, inParm.GetData());
|
|
|
- DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("%s,%d,%s,%d", account, accSize,data,dataSize);
|
|
|
//TODO: 下面这两部分,绝大部分逻辑类似,为什么不把相同的部分抽出来??? [Gifur@2025821]
|
|
|
//发起跨机调用包
|
|
|
if (type == 0||type==10)
|