刘韬 2 anos atrás
pai
commit
64ac7b4ed2

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

@@ -361,7 +361,7 @@ public class ViewController extends Controller {
 		renderText(records.toString());
 	}
 	
-	public void tempinfonum() {
+	public void infonum500() {
 		DataService dService = ServiceFactory.getService(DataService.class);
         JSONArray jsonArray = dService.getExamList(500);
         for (Object object : jsonArray) {
@@ -400,6 +400,8 @@ public class ViewController extends Controller {
         		continue;
 			}
         }
+		renderText(jsonArray.toString());
+
 	}
 	/**
 	 * 日期字符串格式转换