参数个数和传的参数个数不符。 String sql = "update area set name=?,code=?,arealevel=?,supid=? where id=?"; 传入参数个数为4就出现问题了。