From 3153009257c97b0f0099f787e951dd15472d077e Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 24 六月 2024 14:12:42 +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