mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 03:46:50 +08:00
调试修复课程状态
This commit is contained in:
@@ -11,7 +11,7 @@ import java.util.List;
|
|||||||
public class StudyExamDao extends BaseDao<StudyExam> {
|
public class StudyExamDao extends BaseDao<StudyExam> {
|
||||||
|
|
||||||
public List<StudyExam> getAllStudyExamByStudyId() {
|
public List<StudyExam> getAllStudyExamByStudyId() {
|
||||||
String hql1 = "SELECT courseId,studyId,studentId FROM boe_study_exam GROUP BY study_id";
|
String hql1 = "SELECT courseId,studyId,studentId FROM StudyExam GROUP BY studyId";
|
||||||
List<StudyExam> listByHql = super.findListByHql(hql1);
|
List<StudyExam> listByHql = super.findListByHql(hql1);
|
||||||
return listByHql;
|
return listByHql;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user