From 8f276a3b3aa6852ba27380edf938e137532d5a61 Mon Sep 17 00:00:00 2001 From: ly19960718 <1622779752@qq.com> Date: Thu, 15 Apr 2021 17:10:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E6=A0=87=E5=BA=93=E6=96=B0=E5=A2=9Ewe?= =?UTF-8?q?b=E9=A1=B5=E9=9D=A2=E6=A0=91=E5=BD=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/indexLib/indexLib-mapper.xml | 2 +- .../indexTemplate/indexTemplate-mapper.xml | 24 +++++-------------- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/src/main/resources/mybatis/mapper/indexLib/indexLib-mapper.xml b/src/main/resources/mybatis/mapper/indexLib/indexLib-mapper.xml index 6bdaf67..6a0c07e 100644 --- a/src/main/resources/mybatis/mapper/indexLib/indexLib-mapper.xml +++ b/src/main/resources/mybatis/mapper/indexLib/indexLib-mapper.xml @@ -430,7 +430,7 @@ - SELECT COUNT(CASE WHEN `audit_status` = 0 THEN 1 ELSE NULL END) AS 'count_1' , COUNT(CASE WHEN `audit_status` = 1 THEN 1 ELSE NULL END) AS 'count_2', diff --git a/src/main/resources/mybatis/mapper/indexTemplate/indexTemplate-mapper.xml b/src/main/resources/mybatis/mapper/indexTemplate/indexTemplate-mapper.xml index e57273b..c450379 100644 --- a/src/main/resources/mybatis/mapper/indexTemplate/indexTemplate-mapper.xml +++ b/src/main/resources/mybatis/mapper/indexTemplate/indexTemplate-mapper.xml @@ -112,27 +112,15 @@ UPDATE duty_index_template SET - - index_template_name = #{indexTemplateName}, - - - index_template_save_path = #{indexTemplateSavePath}, - - - index_template_upload_path = #{indexTemplateUploadPath}, - - - index_template_list_path = #{indexTemplateListPath}, - - - index_template_table_name = #{indexTemplateTableName}, - - - index_template_remark = #{indexTemplateRemark}, - index_template_state = #{indexTemplateState}, + index_template_name = #{indexTemplateName}, + index_template_save_path = #{indexTemplateSavePath}, + index_template_upload_path = #{indexTemplateUploadPath}, + index_template_list_path = #{indexTemplateListPath}, + index_template_table_name = #{indexTemplateTableName}, + index_template_remark = #{indexTemplateRemark}, modifier = #{modifier}, gmt_modified = #{gmtModified} WHERE