- 3bb91c4711f1cc7f2b386349d9df0a8cc620a0f7
+ c37221af63cbefcf4e7f94fcfbc2e6af6779c915
e76a1511b06ae78cfda28f6c2b8c0a7f24f28be1
- character(n)
+ varchar(n)
false
diff --git a/modules/core/db/mysql/core.sql b/modules/core/db/mysql/core.sql
index 1440bd39..722c0be1 100644
--- a/modules/core/db/mysql/core.sql
+++ b/modules/core/db/mysql/core.sql
@@ -522,7 +522,7 @@ CREATE TABLE js_sys_msg_template
module_code varchar(64) COMMENT '归属模块',
tpl_key varchar(100) NOT NULL COMMENT '模板键值',
tpl_name varchar(100) NOT NULL COMMENT '模板名称',
- tpl_type char(1) NOT NULL COMMENT '模板类型',
+ tpl_type varchar(16) NOT NULL COMMENT '模板类型',
tpl_content text NOT NULL COMMENT '模板内容',
status char(1) DEFAULT '0' NOT NULL COMMENT '状态(0正常 1删除 2停用)',
create_by varchar(64) NOT NULL COMMENT '创建者',
diff --git a/modules/core/db/oracle/core.sql b/modules/core/db/oracle/core.sql
index 6caa428a..740371f1 100644
--- a/modules/core/db/oracle/core.sql
+++ b/modules/core/db/oracle/core.sql
@@ -519,7 +519,7 @@ CREATE TABLE js_sys_msg_template
module_code varchar2(64),
tpl_key varchar2(100) NOT NULL,
tpl_name nvarchar2(100) NOT NULL,
- tpl_type char(1) NOT NULL,
+ tpl_type varchar2(16) NOT NULL,
tpl_content clob NOT NULL,
status char(1) DEFAULT '0' NOT NULL,
create_by varchar2(64) NOT NULL,
diff --git a/web/db/mysql/core.sql b/web/db/mysql/core.sql
index 1440bd39..722c0be1 100644
--- a/web/db/mysql/core.sql
+++ b/web/db/mysql/core.sql
@@ -522,7 +522,7 @@ CREATE TABLE js_sys_msg_template
module_code varchar(64) COMMENT '归属模块',
tpl_key varchar(100) NOT NULL COMMENT '模板键值',
tpl_name varchar(100) NOT NULL COMMENT '模板名称',
- tpl_type char(1) NOT NULL COMMENT '模板类型',
+ tpl_type varchar(16) NOT NULL COMMENT '模板类型',
tpl_content text NOT NULL COMMENT '模板内容',
status char(1) DEFAULT '0' NOT NULL COMMENT '状态(0正常 1删除 2停用)',
create_by varchar(64) NOT NULL COMMENT '创建者',
diff --git a/web/db/oracle/core.sql b/web/db/oracle/core.sql
index 7c8e0dbd..740371f1 100644
--- a/web/db/oracle/core.sql
+++ b/web/db/oracle/core.sql
@@ -1,5 +1,4 @@
-
/* Drop Tables */
DROP TABLE js_sys_company_office CASCADE CONSTRAINTS;
@@ -520,7 +519,7 @@ CREATE TABLE js_sys_msg_template
module_code varchar2(64),
tpl_key varchar2(100) NOT NULL,
tpl_name nvarchar2(100) NOT NULL,
- tpl_type char(1) NOT NULL,
+ tpl_type varchar2(16) NOT NULL,
tpl_content clob NOT NULL,
status char(1) DEFAULT '0' NOT NULL,
create_by varchar2(64) NOT NULL,
diff --git a/web/src/main/resources/views/modules/test/testDataForm.html b/web/src/main/resources/views/modules/test/testDataForm.html
index 680cb27c..68ef86d1 100644
--- a/web/src/main/resources/views/modules/test/testDataForm.html
+++ b/web/src/main/resources/views/modules/test/testDataForm.html
@@ -143,8 +143,7 @@
-
- <#form:ueditor name="remarks" maxlength="10000" height="200" class="required"
+ <#form:ueditor path="remarks" maxlength="10000" height="200" class="required"
simpleToolbars="true" readonly="false" outline="false"/>