From 11ec7ac8f4832c4274cf61a19cc35cda3de9e0e5 Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期三, 09 七月 2025 16:04:41 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/resources/mapper/TypeMapper.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/TypeMapper.xml b/src/main/resources/mapper/TypeMapper.xml index 2108366..7afb604 100644 --- a/src/main/resources/mapper/TypeMapper.xml +++ b/src/main/resources/mapper/TypeMapper.xml @@ -7,7 +7,6 @@ <resultMap id="BaseResultMap" type="com.linghu.model.entity.Type"> <id property="type_id" column="type_id" jdbcType="INTEGER"/> <result property="type_name" column="type_name" jdbcType="VARCHAR"/> - <result property="del_flag" column="del_flag" jdbcType="TINYINT"/> </resultMap> <sql id="Base_Column_List"> -- Gitblit v1.7.1