|
@@ -1,10 +1,10 @@
|
|
-package cn.com.qmth.examcloud.tool.service.paper_struct;
|
|
|
|
|
|
+package cn.com.qmth.examcloud.tool.service.query_paper_struct;
|
|
|
|
|
|
import cn.com.qmth.examcloud.tool.config.SysProperty;
|
|
import cn.com.qmth.examcloud.tool.config.SysProperty;
|
|
import cn.com.qmth.examcloud.tool.service.CommonService;
|
|
import cn.com.qmth.examcloud.tool.service.CommonService;
|
|
import cn.com.qmth.examcloud.tool.service.export_student_answer_and_score_detail.vo.CourseVO;
|
|
import cn.com.qmth.examcloud.tool.service.export_student_answer_and_score_detail.vo.CourseVO;
|
|
-import cn.com.qmth.examcloud.tool.service.paper_struct.vo.ExamPaperVO;
|
|
|
|
-import cn.com.qmth.examcloud.tool.service.paper_struct.vo.ExtractConfigVO;
|
|
|
|
|
|
+import cn.com.qmth.examcloud.tool.service.query_paper_struct.vo.ExamPaperVO;
|
|
|
|
+import cn.com.qmth.examcloud.tool.service.query_paper_struct.vo.ExtractConfigVO;
|
|
import cn.com.qmth.examcloud.tool.utils.HttpHelper;
|
|
import cn.com.qmth.examcloud.tool.utils.HttpHelper;
|
|
import cn.com.qmth.examcloud.tool.utils.JsonMapper;
|
|
import cn.com.qmth.examcloud.tool.utils.JsonMapper;
|
|
import cn.com.qmth.examcloud.tool.utils.SignUtils;
|
|
import cn.com.qmth.examcloud.tool.utils.SignUtils;
|
|
@@ -22,9 +22,9 @@ import java.util.List;
|
|
import java.util.Map;
|
|
import java.util.Map;
|
|
|
|
|
|
@Component
|
|
@Component
|
|
-public class PaperStructTask {
|
|
|
|
|
|
+public class QueryPaperStructTask {
|
|
|
|
|
|
- private final static Logger log = LoggerFactory.getLogger(PaperStructTask.class);
|
|
|
|
|
|
+ private final static Logger log = LoggerFactory.getLogger(QueryPaperStructTask.class);
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private SysProperty sysProperty;
|
|
private SysProperty sysProperty;
|