From 5d6f20b0032e8d1b19bffa724caf676c069dfeeb Mon Sep 17 00:00:00 2001 From: aipper Date: Sat, 1 Nov 2025 18:34:41 +0800 Subject: [PATCH] test --- .../mapper/TtableDescriptionMapper.xml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/main/resources/mapper/TtableDescriptionMapper.xml b/src/main/resources/mapper/TtableDescriptionMapper.xml index e0a901a..cf286c3 100644 --- a/src/main/resources/mapper/TtableDescriptionMapper.xml +++ b/src/main/resources/mapper/TtableDescriptionMapper.xml @@ -57,10 +57,10 @@ - insert into t_table_description (table_name, table_chn_name, table_auxi_name, + insert into t_table_description (table_name, table_chn_name, table_auxi_name, table_type, entity_id, note ) - values (#{tableName,jdbcType=VARCHAR}, #{tableChnName,jdbcType=VARCHAR}, #{tableAuxiName,jdbcType=VARCHAR}, + values (#{tableName,jdbcType=VARCHAR}, #{tableChnName,jdbcType=VARCHAR}, #{tableAuxiName,jdbcType=VARCHAR}, #{tableType,jdbcType=VARCHAR}, #{entityId,jdbcType=INTEGER}, #{note,jdbcType=VARCHAR} ) @@ -107,15 +107,12 @@ - + - + delete from t_table_description where 1=1 @@ -152,6 +149,6 @@ and entity_Id = #{entityId} - - - \ No newline at end of file + + +