public String bid_list_jxs() { if(!entpInfoDao.isAudit(getUser().getProjectId(), getUser().getEntpId())){ getRequest().setAttribute("error", "采购中心企业信息审核通过之后才能维护数据!"); return "error"; } list = dao.getBidPdModelsByJXS(this, this.getUser()); return "bid_list_jxs"; }
public String bid_list() { list = dao.getBidPdModelsByJXS(this, this.getUser()); return "bid_list"; }