陈昶聿
6 天以前 987e38327f849e1b13d8541246dde08d877db0e8
ruoyi-system/src/main/resources/mapper/system/SmsRecordsMapper.xml
@@ -70,7 +70,6 @@
    <select id="selectSmsRecordsList" parameterType="com.ruoyi.system.domain.SmsRecords" resultMap="SmsRecordsResult">
        <include refid="selectSmsRecordsVo"/>
        WHERE 1=1
            AND del_flag=0
            <if test="userid != null  and userid != ''">and userid = #{userid}</if>
            <if test="username != null  and username != ''">and username like concat('%', #{username}, '%')</if>