刘韬 6 年之前
父节点
当前提交
93560fced4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {