|
@@ -1,4 +1,4 @@
|
|
-package cn.com.qmth.examcloud.service.examwork.service;
|
|
|
|
|
|
+package cn.com.qmth.examcloud.core.examwork.service.impl;
|
|
|
|
|
|
import java.io.InputStream;
|
|
import java.io.InputStream;
|
|
import java.sql.ResultSet;
|
|
import java.sql.ResultSet;
|
|
@@ -35,20 +35,20 @@ import cn.com.qmth.examcloud.commons.base.util.ErrorMsg;
|
|
import cn.com.qmth.examcloud.commons.base.util.excel.ExcelError;
|
|
import cn.com.qmth.examcloud.commons.base.util.excel.ExcelError;
|
|
import cn.com.qmth.examcloud.commons.base.util.excel.ExcelReader;
|
|
import cn.com.qmth.examcloud.commons.base.util.excel.ExcelReader;
|
|
import cn.com.qmth.examcloud.commons.base.util.excel.ExcelReaderHandle;
|
|
import cn.com.qmth.examcloud.commons.base.util.excel.ExcelReaderHandle;
|
|
-import cn.com.qmth.examcloud.service.examwork.assembler.ExamStudentAssembler;
|
|
|
|
-import cn.com.qmth.examcloud.service.examwork.dao.ExamOrgTimeRepo;
|
|
|
|
-import cn.com.qmth.examcloud.service.examwork.dao.ExamRepo;
|
|
|
|
-import cn.com.qmth.examcloud.service.examwork.dao.ExamStudentRepo;
|
|
|
|
-import cn.com.qmth.examcloud.service.examwork.dto.ExamStudentDTO;
|
|
|
|
-import cn.com.qmth.examcloud.service.examwork.dto.OrgExamInfoDTO;
|
|
|
|
-import cn.com.qmth.examcloud.service.examwork.entity.Exam;
|
|
|
|
-import cn.com.qmth.examcloud.service.examwork.entity.ExamOrgTime;
|
|
|
|
-import cn.com.qmth.examcloud.service.examwork.entity.ExamStudent;
|
|
|
|
-import cn.com.qmth.examcloud.service.examwork.enums.ExamType;
|
|
|
|
-import cn.com.qmth.examcloud.service.examwork.service.rpc.CourseService;
|
|
|
|
-import cn.com.qmth.examcloud.service.examwork.service.rpc.OrgService;
|
|
|
|
-import cn.com.qmth.examcloud.service.examwork.service.rpc.SpecialtyService;
|
|
|
|
-import cn.com.qmth.examcloud.service.examwork.service.rpc.StudentService;
|
|
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.dao.ExamOrgTimeRepo;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.dao.ExamRepo;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.dao.ExamStudentRepo;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.dao.bean.ExamStudentAssembler;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.dao.bean.ExamStudentDTO;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.dao.bean.OrgExamInfoDTO;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.dao.entity.Exam;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.dao.entity.ExamOrgTime;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.dao.entity.ExamStudent;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.dao.enums.ExamType;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.service.rpc.CourseService;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.service.rpc.OrgService;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.service.rpc.SpecialtyService;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.service.rpc.StudentService;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 考试学生服务类
|
|
* 考试学生服务类
|