访问数据库的时候出现错误 Operation not allowed for a result set of type ResultSet.TYPE_FORWARD_ONLY.
默认游标只支持使用next方法,删除last方法的调用即可。