Db.paginate(1,10,"select * "," from table order by id asc");
就这样就报SQL命令未正确结束,用的是oracle,不知道是什么原因,jfinal是3.4
arp.setDialect(new OracleDialect());