|
|
@ -165,6 +165,7 @@ public class ResourcesQuestionSnapshotService extends CoreBaseService<ResourcesQ
|
|
|
|
// 查询学生身份
|
|
|
|
// 查询学生身份
|
|
|
|
Student student = studentDao.getByUserId(getUserId());
|
|
|
|
Student student = studentDao.getByUserId(getUserId());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 给实体类传参数,生下来的交给Fetch 来处理
|
|
|
|
// 查询符合条件的实体
|
|
|
|
// 查询符合条件的实体
|
|
|
|
TeacherOpenCourseQuestionLogScoreInfo scoreInfo = sqlManager.executeQueryOne(
|
|
|
|
TeacherOpenCourseQuestionLogScoreInfo scoreInfo = sqlManager.executeQueryOne(
|
|
|
|
new SQLReady("SELECT " +
|
|
|
|
new SQLReady("SELECT " +
|
|
|
|