From fdf1b9c1e4489a0c2615fa596268b2f71fad7b4c Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 15 四月 2024 09:08:10 +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