Browse Source

--demandService;

zzy.zhiyuan.foxmail 8 years ago
parent
commit
7e972d991a
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/main/java/com/ekexiu/portal/service/DemandService.java

+ 0 - 6
src/main/java/com/ekexiu/portal/service/DemandService.java

@ -155,12 +155,6 @@ public class DemandService {
155 155
		return this.demandDao.queryForOrg(con, orgId);
156 156
	}
157 157
	
158
	@Get
159
	@Path("/queryPublish")
160
	public int queryPublish(@JdbcConn Connection con)throws SQLException, JfwBaseException{
161
		return this.demandDao.queryCountStatus(con, "1");
162
	}
163
	
164 158
	@Get
165 159
	@Path("/byDemander")
166 160
	public List<Demand> queryByDemander(@JdbcConn Connection con,String demander)throws SQLException{