smartor/src/main/resources/mapper/smartor/IvrLibaTemplateAssortMapper.xml
@@ -25,13 +25,14 @@ resultMap="IvrLibaTemplateAssortResult"> <include refid="selectIvrLibaTemplateAssortVo"/> WHERE 1=1 <if test="orgid != null and orgid != ''"> and orgid = #{orgid} </if> AND del_flag=0 <if test="indexAssortName != null and indexAssortName != ''">and index_assort_name like concat('%', #{indexAssortName}, '%') </if> <if test="pid != null ">and pid = #{pid}</if> order by seqno asc </select>