使用join 然后user.get("name")的方式没问题
使用文档5.9的 return Blog.dao.find("select * from blog where user_id=?",get("id"));
这个 get("id") 2.2版本貌似没有了? 这个get("id") 是 代表这个 ? 的值吗
其次,要获得user里的值还是通过user.get("name")的方式获取?