@@ -496,7 +496,7 @@ public class ExamCaptureServiceImpl implements ExamCaptureService {
errorMsg = "检测过程中相片非本人,且存在多人脸";
} else if (hasStranger) {
errorMsg = "检测过程中多人脸失败";
- } else if (isPass) {
+ } else if (!isPass) {
errorMsg = "检测过程中相片非本人";
}
compareFaceSyncInfo.setErrorMsg(errorMsg);