wangwei 7 tahun lalu
induk
melakukan
4c1f2f141e

+ 2 - 2
examcloud-core-examwork-api-provider/src/main/java/cn/com/qmth/examcloud/core/examwork/api/controller/ExamStudentApi.java

@@ -42,6 +42,8 @@ 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.web.security.entity.AccessUser;
 import cn.com.qmth.examcloud.commons.web.support.ControllerSupport;
+import cn.com.qmth.examcloud.core.examwork.base.util.ExportUtils;
+import cn.com.qmth.examcloud.core.examwork.base.util.ImportUtils;
 import cn.com.qmth.examcloud.service.examwork.assembler.ExamStudentAssembler;
 import cn.com.qmth.examcloud.service.examwork.dao.ExamRepo;
 import cn.com.qmth.examcloud.service.examwork.dao.ExamStudentRepo;
@@ -50,8 +52,6 @@ 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.ExamStudent;
 import cn.com.qmth.examcloud.service.examwork.service.ExamStudentService;
-import cn.com.qmth.examcloud.service.examwork.util.ExportUtils;
-import cn.com.qmth.examcloud.service.examwork.util.ImportUtils;
 import io.swagger.annotations.ApiOperation;
 
 /**

+ 1 - 1
examcloud-core-examwork-service/src/main/java/cn/com/qmth/examcloud/service/examwork/util/ExportUtils.java → examcloud-core-examwork-base/src/main/java/cn/com/qmth/examcloud/core/examwork/base/util/ExportUtils.java

@@ -1,4 +1,4 @@
-package cn.com.qmth.examcloud.service.examwork.util;
+package cn.com.qmth.examcloud.core.examwork.base.util;
 
 import java.net.URLEncoder;
 import java.util.Collection;

+ 1 - 1
examcloud-core-examwork-service/src/main/java/cn/com/qmth/examcloud/service/examwork/util/ImportUtils.java → examcloud-core-examwork-base/src/main/java/cn/com/qmth/examcloud/core/examwork/base/util/ImportUtils.java

@@ -1,4 +1,4 @@
-package cn.com.qmth.examcloud.service.examwork.util;
+package cn.com.qmth.examcloud.core.examwork.base.util;
 
 import org.apache.commons.io.IOUtils;
 import org.slf4j.Logger;