query.select(User.class, info->!info.getColumn().equals("id")); id为什么还会查询出来
我试验后发现也是这样,如果排除的是其他属性就好使。id排除不了。