|
@@ -176,6 +176,10 @@ public class SyncExamDataExecutor implements NodeExecuter<Long, ExamRecordData,
|
|
|
|
|
|
GetFaceBiopsyResp resp = examRecordDataCloudService.getFaceBiopsy(req);
|
|
GetFaceBiopsyResp resp = examRecordDataCloudService.getFaceBiopsy(req);
|
|
|
|
|
|
|
|
+ if (null == resp.getFaceBiopsyBean()) {
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
|
|
+
|
|
cn.com.qmth.examcloud.core.oe.student.api.bean.FaceBiopsyBean faceBiopsyBean = resp.getFaceBiopsyBean();
|
|
cn.com.qmth.examcloud.core.oe.student.api.bean.FaceBiopsyBean faceBiopsyBean = resp.getFaceBiopsyBean();
|
|
|
|
|
|
FaceBiopsyBean bean = new FaceBiopsyBean();
|
|
FaceBiopsyBean bean = new FaceBiopsyBean();
|