这样获取Dao
Sys_api api= context.getIoc().get(Dao.class).fetch(Sys_api.class,Cnd.where("appid", "=", appid).and("disabled", "=", false));
报错
com.game.web.commons.filter.ApiTokenFilter - IocBean[dao] For object [dao] - type:[interface org.nutz.dao.Dao]
org.nutz.ioc.IocException: IocBean[dao] For object [dao] - type:[interface org.nutz.dao.Dao]