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