From 7ae67ba965ea680407ae21fedbd035d43ce8c313 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 30 一月 2024 14:45:07 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/resources/mapper/smartor/HeLibraryTagMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/HeLibraryTagMapper.xml b/smartor/src/main/resources/mapper/smartor/HeLibraryTagMapper.xml index 7c8de6e..c5675e7 100644 --- a/smartor/src/main/resources/mapper/smartor/HeLibraryTagMapper.xml +++ b/smartor/src/main/resources/mapper/smartor/HeLibraryTagMapper.xml @@ -44,6 +44,7 @@ <select id="selectHeLibraryTagList" parameterType="com.smartor.domain.HeLibraryTag" resultMap="HeLibraryTagResult"> <include refid="selectHeLibraryTagVo"/> <where> + del_flag=0 <if test="tagcategoryid != null ">and tagcategoryid = #{tagcategoryid}</if> <if test="tagid != null ">and tagid = #{tagid}</if> <if test="orgid != null and orgid != ''">and orgid = #{orgid}</if> -- Gitblit v1.9.3