文档库--更新log添加标签

This commit is contained in:
zhn
2022-03-28 15:47:35 +08:00
parent 204763d419
commit b7d61a25fe
@@ -1681,6 +1681,7 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
if (fields.size() != 0) {
String dbFieldTxt = fields.get(0).getDbFieldTxt();
dbFieldTxt = "<text class='highlight-class'>" + dbFieldTxt + "</text>";
if (value == null) {
value = "";
}