Browse Source

资源列表显示问题

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

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

@ -95,12 +95,6 @@ public class ResourceService {
95 95
		return this.resourceDao.queryPro(con, professorId);
96 96
	}
97 97
	
98
	@Get
99
	@Path("/qactime")
100
	public List<Resource> queryOrder(@JdbcConn Connection con, String professorId) throws SQLException {
101
		return this.resourceDao.queryOrder(con, professorId);
102
	}
103

104 98
	@Post
105 99
	@Path("/subject")
106 100
	public void updateSubject(@JdbcConn(true) Connection con, String resourceId, String subject) throws SQLException {