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>