刘韬 1 year ago
parent
commit
46762fa3f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DataFusion/src/com/zskk/control/ViewController.java

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

@@ -109,7 +109,7 @@ public class ViewController extends Controller {
         }
 			
 			
-//        this.renderJson(jsonArray);
+        this.renderJson(jsonArray);
 		} catch (Exception e) {
 			// TODO: handle exception
     		this.renderText(e.toString());