Commit 734b6ee3 by 霍志良

feat:修改文案

parent 50037f39
......@@ -200,7 +200,7 @@ public class TeamNotificationHelper {
} else if (field.getKey() == TeamFieldEnum.AllMute) {
TeamAllMuteModeEnum teamAllMuteModeEnum = (TeamAllMuteModeEnum) field.getValue();
if (teamAllMuteModeEnum == TeamAllMuteModeEnum.Cancel) {
sb.append("取消群全员禁言");
sb.append("群聊已开启");
} else {
sb.append("群聊已结束,如有问题请联系个案管理师");
}
......
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