刘韬 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) {