|
@@ -31,6 +31,7 @@ import com.qmth.teachcloud.common.util.ServletUtil;
|
|
import com.qmth.teachcloud.common.util.excel.ExcelError;
|
|
import com.qmth.teachcloud.common.util.excel.ExcelError;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
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.util.CollectionUtils;
|
|
import org.springframework.util.CollectionUtils;
|
|
@@ -57,6 +58,7 @@ public class ExamPaperStructureServiceImpl extends ServiceImpl<ExamPaperStructur
|
|
ExamTaskDetailService examTaskDetailService;
|
|
ExamTaskDetailService examTaskDetailService;
|
|
|
|
|
|
@Resource
|
|
@Resource
|
|
|
|
+ @Lazy
|
|
PrintCommonService printCommonService;
|
|
PrintCommonService printCommonService;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|