|
@@ -350,6 +350,8 @@ public class SyncExamDataExecutor implements NodeExecuter<Long, ExamRecordData,
|
|
bean.setErrorMsg(entity.getErrorMsg());
|
|
bean.setErrorMsg(entity.getErrorMsg());
|
|
bean.setProcessTime(entity.getProcessTime());
|
|
bean.setProcessTime(entity.getProcessTime());
|
|
bean.setActions(entity.getActions());
|
|
bean.setActions(entity.getActions());
|
|
|
|
+ bean.setCreationTime(entity.getCreationTime());
|
|
|
|
+ bean.setUpdateTime(entity.getUpdateTime());
|
|
faceLiveVerifyRecords.add(bean);
|
|
faceLiveVerifyRecords.add(bean);
|
|
}
|
|
}
|
|
|
|
|