|
@@ -126,7 +126,7 @@ public class ImgVerServiceImpl implements ImgVerService {
|
|
if (imgVerInfoRes == null) {
|
|
if (imgVerInfoRes == null) {
|
|
log.info("用户图片验证信息不存在【imgId=" + imgVerInfo.getImgId() + "】");
|
|
log.info("用户图片验证信息不存在【imgId=" + imgVerInfo.getImgId() + "】");
|
|
throw new CommonException(CommonErrorCode.NOT_EXISTS,
|
|
throw new CommonException(CommonErrorCode.NOT_EXISTS,
|
|
- "用户图片验证信息不存在【imgId=" + imgVerInfo.getImgId() + "】");
|
|
|
|
|
|
+ "用户图片验证信息不存在");
|
|
}
|
|
}
|
|
//判断是否是想要的对象
|
|
//判断是否是想要的对象
|
|
if (!imgVerInfoRes.getImgId().equals(imgVerInfo.getImgId())) {
|
|
if (!imgVerInfoRes.getImgId().equals(imgVerInfo.getImgId())) {
|