From f455524346fe74e3d626e5b70bd401c88e066601 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 25 六月 2024 09:42:54 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/resources/mapper/smartor/SvyLibTemplateTargetoptionMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/SvyLibTemplateTargetoptionMapper.xml b/smartor/src/main/resources/mapper/smartor/SvyLibTemplateTargetoptionMapper.xml index 8f45203..717664c 100644 --- a/smartor/src/main/resources/mapper/smartor/SvyLibTemplateTargetoptionMapper.xml +++ b/smartor/src/main/resources/mapper/smartor/SvyLibTemplateTargetoptionMapper.xml @@ -64,6 +64,7 @@ resultMap="SvyLibTemplateTargetoptionResult"> <include refid="selectSvyLibTemplateTargetoptionVo"/> <where> + del_flag=0 <if test="groupid != null and groupid != ''">and groupid = #{groupid}</if> <if test="categoryName != null and categoryName != ''">and categoryName like concat('%', #{categoryName}, '%') -- Gitblit v1.9.3