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