wangwei 6 rokov pred
rodič
commit
f4753e0217

+ 0 - 4
examcloud-core-basic-service/src/main/java/cn/com/qmth/examcloud/core/basic/service/impl/FaceServiceImpl.java

@@ -79,10 +79,6 @@ public class FaceServiceImpl implements FaceService {
 			throw new StatusException("B-680006", "photoName is wrong");
 		}
 
-		if (StringUtils.isBlank(photoName)) {
-			throw new StatusException("B-680007", "photoName is null");
-		}
-
 		if (null == faceCount) {
 			throw new StatusException("B-680008", "faceCount is null");
 		}