|
@@ -619,6 +619,8 @@ void CGUIConsoleSession::Handle_RegistSwallowedCard(SpReqAnsContext<GUIConsoleSe
|
|
|
|
|
|
void CGUIConsoleSession::Handle_SyncMaterialCount(SpOnewayCallContext<GUIConsoleService_SyncMaterialCount_Info>::Pointer ctx)
|
|
|
{
|
|
|
+ LOG_FUNCTION();
|
|
|
+
|
|
|
m_pEntity->SyncMaterialCount(ctx->Info.strDeviceNo, ctx->Info.dwCardBoxNum, ctx->Info.arrMaintainFlag,
|
|
|
ctx->Info.arrMaintainer, ctx->Info.arrMaintainTime, ctx->Info.arrCardBoxNo, ctx->Info.arrPsbCode,
|
|
|
ctx->Info.arrPsbName, ctx->Info.arrCardInit, ctx->Info.arrCardRemains, ctx->Info.arrCardIssued,
|