|
@@ -8582,6 +8582,8 @@ int CCardIssuerFSM::IssueFromBoxJS(SpReqAnsContext<CardIssuerStoreService_IssueF
|
|
|
if (ctx->Req.hopper < 1 || ctx->Req.hopper > 6) {
|
|
|
errMsg = CSimpleStringA::Format("Issuer Card, the hopperNo(%d) is wrong!!!", ctx->Req.hopper);
|
|
|
LogWarn(Severity_Middle, Error_Unexpect, CardIssuerStore_UserErrorCode_Invalid_Hopper, errMsg.GetData());
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_USER).setLogCode("QLR040222045").setResultCode("RTA2WCX")(errMsg.GetData());
|
|
|
+ ctx->Answer(Error_Param, CardIssuerStore_UserErrorCode_Invalid_Hopper);
|
|
|
return 1;
|
|
|
}
|
|
|
m_currentHopper = ctx->Req.hopper;//设置发送的卡箱号
|