陈昶聿
5 天以前 987e38327f849e1b13d8541246dde08d877db0e8
smartor/src/main/resources/mapper/smartor/BaseSmsaccountMapper.xml
@@ -44,7 +44,6 @@
    <select id="selectBaseSmsaccountList" parameterType="BaseSmsaccount" resultMap="BaseSmsaccountResult">
        <include refid="selectBaseSmsaccountVo"/>
        WHERE 1=1
            <if test="smsname != null  and smsname != ''">and smsname like concat('%', #{smsname}, '%')</if>
            <if test="account != null  and account != ''">and account = #{account}</if>
            <if test="password != null  and password != ''">and password = #{password}</if>