刘韬 6 years ago
parent
commit
93560fced4
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

@@ -52,7 +52,7 @@ public class ViewController extends Controller {
 			ActiveRecordPlugin arp = new ActiveRecordPlugin(plugin); 
 			_MappingKit.mapping(arp);
 			plugin.start();
-//			arp.start();
+			arp.start();
 			this.renderText("hello");
 
 		} catch (Exception e) {