diff --git a/contact-center/app/src/main/resources/templates/apps/im/index.html b/contact-center/app/src/main/resources/templates/apps/im/index.html index 46f61448..0961a6bb 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/index.html +++ b/contact-center/app/src/main/resources/templates/apps/im/index.html @@ -37,7 +37,7 @@ allowInsertUpload:false, //增加的参数,上传图片后是否插入到当前区域 allowImageRemote:false, filterMode:true, - items: ['emoticons', 'cut' , 'image','insertfile'], + items: ['emoticons', 'image', 'insertfile'], htmlTags: {img : ['src', 'width', 'height', 'border', 'alt', 'title', 'align', '.width', '.height', '.border'] , br:[]} , afterChange : function() { var count = this.count() ; diff --git a/contact-center/config/sql/cskefu-MySQL-slim.sql b/contact-center/config/sql/cskefu-MySQL-slim.sql index fedb036b..69fdaf8b 100644 --- a/contact-center/config/sql/cskefu-MySQL-slim.sql +++ b/contact-center/config/sql/cskefu-MySQL-slim.sql @@ -1358,7 +1358,7 @@ CREATE TABLE `uk_chat_message` ( `msgtype` varchar(100) DEFAULT '' COMMENT '消息类型', `orgi` varchar(100) DEFAULT '' COMMENT '租户ID', `msgid` varchar(100) DEFAULT '' COMMENT '消息ID(微信)', - `expmsg` text DEFAULT '' COMMENT '原始消息', + `expmsg` text COMMENT '原始消息', `name` varchar(255) DEFAULT NULL COMMENT '名称', `createtime` varchar(50) DEFAULT NULL COMMENT '创建时间', `creater` varchar(255) DEFAULT NULL COMMENT '创建人',