|
@@ -331,8 +331,9 @@ public class SyncExamDataCloudServiceProvider extends ControllerSupport implemen
|
|
|
//刷新考生的缓存
|
|
|
examStudentCache.refresh(examStudentId);
|
|
|
|
|
|
- LOG.warn("syncExamData finish, tempExamRecordDataId:{} finalExamRecordDataId:{} studentId:{} cost:{}ms",
|
|
|
- tempExamRecordDataId, realExamRecordDataId, studentId, System.currentTimeMillis() - startTime);
|
|
|
+ LOG.warn("syncExamData finish, {}_{}_{} {}_{}_{}_{}_{}_{} cost:{}ms",
|
|
|
+ studentId, tempExamRecordDataId, realExamRecordDataId, isFaceEnable, skipFace, isFaceVerify,
|
|
|
+ isFaceCheck, isFaceVerifyForceExit, isAuditAllPass, System.currentTimeMillis() - startTime);
|
|
|
|
|
|
return new SyncExamDataResp();
|
|
|
}
|