|
@@ -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");
|
|
|
}
|