摘要: 后台java代码! obj = questionService.showSubjectInfo(subjectid,subjectType); Teacher teacher = (Teacher) ActionContext.getContext().getSession() .get("teacherInfo"); int departid = teacher.getDepartment().getDepartId(); List courseList = courseService.findAllCourseByDepart(1, 10, departid... 阅读全文
posted @ 2012-11-15 10:36 梦你所梦 阅读(1466) 评论(0) 推荐(0)