zzy.zhiyuan.foxmail преди 8 години
родител
ревизия
c3908da022
променени са 1 файла, в които са добавени 2 реда и са изтрити 5 реда
  1. 2 5
      src/main/java/com/ekexiu/portal/dao/DemandDao.java

+ 2 - 5
src/main/java/com/ekexiu/portal/dao/DemandDao.java

47
	@Column(handlerClass=IntHandler.class,value="COUNT(1)")
47
	@Column(handlerClass=IntHandler.class,value="COUNT(1)")
48
	@From(Demand.class)
48
	@From(Demand.class)
49
	public abstract int queryCountStatus(Connection con,String demandStatus)throws SQLException, JfwBaseException;
49
	public abstract int queryCountStatus(Connection con,String demandStatus)throws SQLException, JfwBaseException;
50
	
51
<<<<<<< HEAD
52
=======
50
	
53
	@SelectList
51
	@SelectList
54
	@OrderBy("ORDER BY CREATE_TIME DESC")
52
	@OrderBy("ORDER BY CREATE_TIME DESC")
55
	public abstract List<Demand> queryForOrg(Connection con,String orgId)throws SQLException;
53
	public abstract List<Demand> queryForOrg(Connection con,String orgId)throws SQLException;
56
	
57
>>>>>>> refs/remotes/origin/dev
54
	
58
	@SelectList
55
	@SelectList
59
	@OrderBy("ORDER BY CREATE_TIME DESC")
56
	@OrderBy("ORDER BY CREATE_TIME DESC")
60
	public abstract List<Demand> queryByDemander(Connection con,String demander)throws SQLException;
57
	public abstract List<Demand> queryByDemander(Connection con,String demander)throws SQLException;