例: select * from 表 where username = 'Tom' and id != 45mybatis :select * from 表 where username = #{username} and id != #{id}