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