|
@@ -171,6 +171,8 @@ public class SyncExamDataCloudServiceProvider extends ControllerSupport implemen
|
|
|
//同步抓拍照片结果(同步抓拍的数据)
|
|
|
if (null != req.getExamSyncCapture()) {
|
|
|
syncExamSyncCapture(req.getExamSyncCapture(), realExamRecordDataId);
|
|
|
+ } else {
|
|
|
+ examAuditService.saveHeaderWarnAudit(realExamRecordDataId);
|
|
|
}
|
|
|
|
|
|
startTime = this.debugCost("7 同步抓拍照片结果(同步抓拍的数据)", transitionExamRecordDataId, startTime);
|