From fa8dce53106f77c22d52d2c1da251ea2c41ab9b8 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 06 三月 2024 11:56:26 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/resources/mapper/smartor/SvyLibTopicCategoryMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/SvyLibTopicCategoryMapper.xml b/smartor/src/main/resources/mapper/smartor/SvyLibTopicCategoryMapper.xml index 1e34aef..01861bd 100644 --- a/smartor/src/main/resources/mapper/smartor/SvyLibTopicCategoryMapper.xml +++ b/smartor/src/main/resources/mapper/smartor/SvyLibTopicCategoryMapper.xml @@ -39,7 +39,7 @@ resultMap="SvyLibTopicCategoryResult"> <include refid="selectSvyLibTopicCategoryVo"/> <where> - del_flat=0 + del_flag=0 <if test="name != null and name != ''">and name like concat('%', #{name}, '%')</if> <if test="topicid != null ">and topicid = #{topicid}</if> <if test="pid != null ">and pid = #{pid}</if> -- Gitblit v1.9.3