刘韬 6 anos atrás
pai
commit
65a61ac46f

+ 1 - 1
DataFusion/src/com/zskk/control/ViewController.java

@@ -23,7 +23,7 @@ public class ViewController extends Controller {
 	 */
 	public void executeSql() {
 		try {
-			List<Record>  d =  Db.use("connected").find("select * from (select * from reportinfo order by REPORTDATE desc) where rownum <= 100 ");
+			List<Record>  d =  Db.use("connected").find("select * from (select * from reportinfo order by REPORTDATE desc) where rownum <= 20");
 			this.renderJson(d);
 		} catch (Exception e) {
 			// TODO: handle exception