|
@@ -1,4 +1,4 @@
|
|
-package cn.com.qmth.examcloud.service.examwork.api;
|
|
|
|
|
|
+package cn.com.qmth.examcloud.core.examwork.api.controller;
|
|
|
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
@@ -35,8 +35,8 @@ import cn.com.qmth.examcloud.commons.base.exception.StatusException;
|
|
import cn.com.qmth.examcloud.commons.base.util.ErrorMsg;
|
|
import cn.com.qmth.examcloud.commons.base.util.ErrorMsg;
|
|
import cn.com.qmth.examcloud.commons.web.security.entity.AccessUser;
|
|
import cn.com.qmth.examcloud.commons.web.security.entity.AccessUser;
|
|
import cn.com.qmth.examcloud.commons.web.support.ControllerSupport;
|
|
import cn.com.qmth.examcloud.commons.web.support.ControllerSupport;
|
|
|
|
+import cn.com.qmth.examcloud.core.examwork.api.controller.bean.CourseGroupBean;
|
|
import cn.com.qmth.examcloud.service.examwork.dao.ExamRepo;
|
|
import cn.com.qmth.examcloud.service.examwork.dao.ExamRepo;
|
|
-import cn.com.qmth.examcloud.service.examwork.api.bean.CourseGroupBean;
|
|
|
|
import cn.com.qmth.examcloud.service.examwork.dao.CourseGroupRelationRepo;
|
|
import cn.com.qmth.examcloud.service.examwork.dao.CourseGroupRelationRepo;
|
|
import cn.com.qmth.examcloud.service.examwork.dao.CourseGroupRepo;
|
|
import cn.com.qmth.examcloud.service.examwork.dao.CourseGroupRepo;
|
|
import cn.com.qmth.examcloud.service.examwork.dao.ExamOrgRepo;
|
|
import cn.com.qmth.examcloud.service.examwork.dao.ExamOrgRepo;
|