| | |
| | | resultMap="IvrTaskTemplateResult"> |
| | | <include refid="selectIvrTaskTemplateVo"/> |
| | | WHERE 1=1 |
| | | <if test="orgid != null and orgid != ''"> and orgid = #{orgid}</if> |
| | | |
| | | AND del_flag = 0 |
| | | <if test="taskid != null ">and taskid = #{taskid}</if> |
| | |
| | | <if test="taskname != null and taskname != ''">and taskname like concat('%', #{taskname}, '%')</if> |
| | | <if test="targetid != null ">and targetid = #{targetid}</if> |
| | | <if test="targetname != null and targetname != ''">and targetname like concat('%', #{targetname}, '%')</if> |
| | | <if test="templateName != null and templateName != ''">and templateName like concat('%', #{templateName}, |
| | | AND '%') |
| | | <if test="templateName != null and templateName != ''"> |
| | | and templateName like concat('%', #{templateName},'%') |
| | | </if> |
| | | <if test="silencetime != null ">and silencetime = #{silencetime}</if> |
| | | <if test="recallcount != null ">and recallcount = #{recallcount}</if> |