Commit 90b2ad5a by 徐高华

test

parent 2e57175e
......@@ -279,7 +279,8 @@ public class MaterialController extends WebBaseController {
if(StringUtils.isBlank(msg)) {
return null ;
}
if(EmojiFilterUtil.containsEmoji(msg)) {
String s = EmojiFilterUtil.filterEmojiLast(msg) ;
if(!msg.equals(s)) {
return "保存失败,不支持特殊表情字符" ;
}
return null ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment