liusheng
2 天以前 da026a34bcc97b2eb49607a3b02d94d8f683f997
smartor/src/main/resources/mapper/smartor/IvrTasksmsMapper.xml
@@ -51,7 +51,7 @@
    <select id="selectIvrTasksmsList" parameterType="com.smartor.domain.IvrTasksms" resultMap="IvrTasksmsResult">
        <include refid="selectIvrTasksmsVo"/>
        <where>
        where 1=1
            <if test="taskid != null ">and taskid = #{taskid}</if>
            <if test="type != null ">and type = #{type}</if>
            <if test="smstemplateid != null ">and smstemplateid = #{smstemplateid}</if>
@@ -68,7 +68,6 @@
            <if test="isupload != null ">and isupload = #{isupload}</if>
            <if test="uploadTime != null ">and upload_time = #{uploadTime}</if>
            <if test="orgid != null  and orgid != ''">and orgid = #{orgid}</if>
        </where>
    </select>
    <select id="selectIvrTasksmsById" parameterType="Long" resultMap="IvrTasksmsResult">