gaodm 6 лет назад
Родитель
Сommit
28cd2a1ae1

+ 1 - 1
user-service/src/main/java/com/diagbot/service/impl/ImgVerServiceImpl.java

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