liusheng
2024-06-25 f455524346fe74e3d626e5b70bd401c88e066601
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},
                '%')
@@ -208,8 +209,8 @@
    </update>
    <delete id="deleteSvyLibTemplateTargetoptionById" parameterType="Long">
        delete
        from svy_lib_template_targetoption
        update svy_lib_template_targetoption
        set del_flag=1
        where id = #{id}
    </delete>