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}, '%')