EXCEL表中不存在该字段,但为了变成的方便,在数据库中添加了,但不再操作EXCEL导出,在操作数据表中,该字段依旧被忽略,无法显示,这是为什么,不能做到两全吗?
public Object listdiff(HttpSession session)
{
List<subpon> subPon=null;
subPon=Daos.ext(dao, FieldFilter.create(subpon.class, "^id|newponk|gjz|address|ywhm$")).query(subpon.class,Cnd.where("gh","=",session.getAttribute("gh")).and(new Static("((newponk is null and gjz is not null) or (newponk is not null and gjz is null))")));
return subPon;
}
@J4EIgnore
private String gjz;