fanli/src/main/java/com/yeshi/fanli/controller/client/v2/DynamicControllerV2.java
@@ -1006,7 +1006,8 @@ } String newText = text; // 非通用券需要验证 if (comment != null && comment.getTypeEnum() != CommentInfoEnum.currencyCoupon) { if ((comment != null && comment.getTypeEnum() != CommentInfoEnum.currencyCoupon) || goodsEvaluate.getType() == EvaluateEnum.activity) { try { newText = convertLinkManager.convertLinkFromText(text, uid, true); } catch (ConvertLinkExceptionException e) {