From 1641809cec251cec57facad39598865b189247ba Mon Sep 17 00:00:00 2001 From: zhn <947514737@qq.com> Date: Tue, 7 Jun 2022 16:25:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E5=86=85=E6=B6=88=E6=81=AF=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../document/service/impl/BussDocumentLibraryEOServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java index b2ec35696..1e760e314 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java @@ -3081,6 +3081,8 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl" + serialNumber + ""; if (StringUtils.isNotBlank(sbStr.toString())) { + //去掉a标签 + sbStr = sbStr.replaceAll("", "").replaceAll("", ""); //您订阅的XXX已被修改 String content = "In the "+serialNumber+" you subscribed to, has been modified,Please pay attention to check."; String contentInfo = "In the "+href+" you subscribed to, "+sysUser.getUsername()+" changed the "+ href + " " + sbStr.toString();