Commit ea9999c2 authored by jiaorz's avatar jiaorz

Merge branch 'master-modify-cutAmount' into dev

# Conflicts:
#	xx-im/xx-im-server/src/main/java/com/xxfc/platform/im/biz/MsgBiz.java
parent 4fd885bb
...@@ -331,6 +331,7 @@ public class MsgBiz { ...@@ -331,6 +331,7 @@ public class MsgBiz {
number = Integer.parseInt(dictionary.getDetail()); number = Integer.parseInt(dictionary.getDetail());
} }
} }
log.info("IM消息数限制为: number = {}", number);
return number; return number;
} }
......
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