修改了评论没有域名

This commit is contained in:
wucongxing8150 2025-08-04 11:01:56 +08:00
parent 85ee55c9f7
commit 36a796853b
4 changed files with 4 additions and 1 deletions

View File

@ -363,6 +363,7 @@ public class CaseClinicalArticleController {
}
subComment.setAvatar(Replace.addOssDomain(subComment.getAvatar()));
subComment.setCommentImage(Replace.addOssDomain(subComment.getCommentImage()));
}
dto.setSubComment(subComments);

View File

@ -353,6 +353,7 @@ public class CaseClinicalVideoController {
}
subComment.setAvatar(Replace.addOssDomain(subComment.getAvatar()));
subComment.setCommentImage(Replace.addOssDomain(subComment.getCommentImage()));
}
dto.setSubComment(subComments);

View File

@ -654,6 +654,7 @@ public class CaseExchangeController {
}
subComment.setAvatar(Replace.addOssDomain(subComment.getAvatar()));
subComment.setCommentImage(Replace.addOssDomain(subComment.getCommentImage()));
}
dto.setSubComment(subComments);

View File

@ -636,7 +636,7 @@ public class UserService {
"static/cert/seal.png",
certificateNo,
caseClinicalDoctor.getDoctorName(),
"您的案例《" + title + "》经评议,被肝胆相照临床病例库收录,特发此证",
"您的案例《" + title + "》经评议,被肝胆相照临床病例库收录,特发此证",
qrCodeByte,
doctorId
);