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 + + +