1:index是Controller默认调用的方法
2:jfinal采用的充血模型,业务写在model中,没有service层,同时遵循COC(Convention over Configuration,约定优于配置)原则,所以也没有ioc
3:Db.use("teams") 是加载数据库配置文件。
http://localhost:8080/etCrm/rptadvancef/index
http://localhost:8080/etCrm/rptadvancef/rptClearCode