解决方法: SELECT id,name,age,score FROM t\_student WHERE 1=1 AND name LIKE '%' #{arg0} '%' AND age >= #{arg1} 出现异常情况: 如果用where就不用写1=1操作了