Commit 3617aefe by 徐高华

Merge branch 'master_xgh_我的客户迭代' into 'developer'

test

See merge request !407
parents 4a24af3c 90b2ad5a
......@@ -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