diff --git a/zlpt-modules/zlpt-gen/src/main/resources/mapper/generator/GenTableColumnMapper.xml b/zlpt-modules/zlpt-gen/src/main/resources/mapper/generator/GenTableColumnMapper.xml index 8e84851..e001588 100644 --- a/zlpt-modules/zlpt-gen/src/main/resources/mapper/generator/GenTableColumnMapper.xml +++ b/zlpt-modules/zlpt-gen/src/main/resources/mapper/generator/GenTableColumnMapper.xml @@ -2,9 +2,9 @@ - + - + @@ -33,7 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" select column_id, table_id, column_name, column_comment, column_type, java_type, java_field, is_pk, is_increment, is_required, is_insert, is_edit, is_list, is_query, query_type, html_type, dict_type, sort, create_by, create_time, update_by, update_time from gen_table_column - where table_id = #{tableId} order by sort @@ -45,7 +45,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" order by ordinal_position - + insert into gen_table_column ( table_id, column_name, @@ -89,7 +89,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ) - + update gen_table_column column_comment = #{columnComment}, diff --git a/zlpt-modules/zlpt-gen/src/main/resources/mapper/generator/GenTableMapper.xml b/zlpt-modules/zlpt-gen/src/main/resources/mapper/generator/GenTableMapper.xml index 26bccf9..b45e567 100644 --- a/zlpt-modules/zlpt-gen/src/main/resources/mapper/generator/GenTableMapper.xml +++ b/zlpt-modules/zlpt-gen/src/main/resources/mapper/generator/GenTableMapper.xml @@ -2,9 +2,9 @@ - + - + @@ -28,7 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - + @@ -57,7 +57,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" select table_id, table_name, table_comment, sub_table_name, sub_table_fk_name, class_name, tpl_category, package_name, module_name, business_name, function_name, function_author, gen_type, gen_path, options, create_by, create_time, update_by, update_time, remark from gen_table - @@ -75,7 +75,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select table_name, table_comment, create_time, update_time from information_schema.tables where table_schema = (select database()) AND table_name NOT LIKE 'qrtz_%' AND table_name NOT LIKE 'gen_%' @@ -134,7 +134,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" order by c.sort - + insert into gen_table ( table_name, table_comment, @@ -168,7 +168,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ) - + update gen_table table_name = #{tableName}, diff --git a/zlpt-modules/zlpt-job/src/main/resources/mapper/job/SysJobLogMapper.xml b/zlpt-modules/zlpt-job/src/main/resources/mapper/job/SysJobLogMapper.xml index 400308e..f6b6bf6 100644 --- a/zlpt-modules/zlpt-job/src/main/resources/mapper/job/SysJobLogMapper.xml +++ b/zlpt-modules/zlpt-job/src/main/resources/mapper/job/SysJobLogMapper.xml @@ -2,9 +2,9 @@ - + - + @@ -20,7 +20,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" from sys_job_log - @@ -68,7 +68,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" truncate table sys_job_log - + insert into sys_job_log( job_log_id, job_name, diff --git a/zlpt-modules/zlpt-job/src/main/resources/mapper/job/SysJobMapper.xml b/zlpt-modules/zlpt-job/src/main/resources/mapper/job/SysJobMapper.xml index 470c909..7b26941 100644 --- a/zlpt-modules/zlpt-job/src/main/resources/mapper/job/SysJobMapper.xml +++ b/zlpt-modules/zlpt-job/src/main/resources/mapper/job/SysJobMapper.xml @@ -2,9 +2,9 @@ - + - + @@ -25,7 +25,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" from sys_job - @@ -63,7 +63,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - + update sys_job job_name = #{jobName}, @@ -80,7 +80,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" where job_id = #{jobId} - + insert into sys_job( job_id, job_name,