修复各种成绩查询,导出

beetlsql3-dev
yaodan 2 years ago
parent b384b6e2a1
commit c8589d1b8b

@ -28,6 +28,7 @@ import org.apache.commons.lang3.StringUtils;
import org.beetl.sql.core.SqlId;
import org.beetl.sql.core.engine.PageQuery;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.validation.annotation.Validated;
@ -67,6 +68,7 @@ public class TeacherOpenCourseHandsOnSimulationTasksService extends CoreBaseServ
private TeacherOpenCourseMergeResourcesQuestionDao mergeResourcesQuestionService;
@Autowired
@Lazy
private StudentHandsOnTaskVideoService studentHandsOnTaskVideoService;
@Autowired
private StudentHandsOnTaskPptService studentHandsOnTaskPptService;

Loading…
Cancel
Save