|
@@ -498,6 +498,7 @@ int CIDCertFSM::ReadAndScanUTF8(SpReqAnsContext<IDCert_ReadAndScanUTF8_Req, IDCe
|
|
|
LOG_FUNCTION();
|
|
|
DeleteZP(Bmp_ZP | Bmp_SCAN, 1); //清理图片文件
|
|
|
|
|
|
+ //记录身份证相关图片的最近修改时间,用于上送信息调研,后续下掉 - 2025.6.13 CJL
|
|
|
headPhotoTime.Clear();
|
|
|
frontPhotoTime.Clear();
|
|
|
backPhotoTime.Clear();
|
|
@@ -585,7 +586,7 @@ int CIDCertFSM::ReadAndScanUTF8(SpReqAnsContext<IDCert_ReadAndScanUTF8_Req, IDCe
|
|
|
|
|
|
//转换数据并赋值至传出字段
|
|
|
CopyIDCerDataToCtx(idInfoEx2, ctx);
|
|
|
- ctx->Ans.photodata = ctx->Ans.headphoto; //现接口继续保持复制图片,待后续JS改造下掉photodata字段
|
|
|
+ ctx->Ans.photodata = ctx->Ans.headphoto; //现接口继续保持复制图片,JS接口下掉photodata字段 - 2025.6.17
|
|
|
|
|
|
ctx->Ans.hasscan = 0;
|
|
|
if (igestionVer == TRUE) //吸入式设备才调用正反扫描功能
|