|
@@ -139,10 +139,13 @@ public class SyncExamDataExecutor implements NodeExecuter<Long, ExamRecordData,
|
|
syncReq.setFaceBiopsy(getFaceBiopsy(examRecordDataId));
|
|
syncReq.setFaceBiopsy(getFaceBiopsy(examRecordDataId));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ long startTime = System.currentTimeMillis();
|
|
|
|
|
|
//同步数据
|
|
//同步数据
|
|
syncExamDataCloudService.syncExamData(syncReq);
|
|
syncExamDataCloudService.syncExamData(syncReq);
|
|
|
|
|
|
|
|
+ this.debugLog("999 同步数据rpc共计耗时:" + (System.currentTimeMillis() - startTime) + " ms",examRecordDataId);
|
|
|
|
+
|
|
this.debugLog("sync data success,and to be change status...", examRecordDataId);
|
|
this.debugLog("sync data success,and to be change status...", examRecordDataId);
|
|
|
|
|
|
//考试完结次数加1
|
|
//考试完结次数加1
|