|
@@ -1,5 +1,6 @@
|
|
package cn.com.qmth.dp.examcloud.oe;
|
|
package cn.com.qmth.dp.examcloud.oe;
|
|
|
|
|
|
|
|
+import cn.com.qmth.dp.examcloud.oe.modules.import_paper_dzkd.ImportPaperDzkdService;
|
|
import cn.com.qmth.examcloud.commons.logging.ExamCloudLog;
|
|
import cn.com.qmth.examcloud.commons.logging.ExamCloudLog;
|
|
import cn.com.qmth.examcloud.commons.logging.ExamCloudLogFactory;
|
|
import cn.com.qmth.examcloud.commons.logging.ExamCloudLogFactory;
|
|
import cn.com.qmth.examcloud.commons.util.JsonUtil;
|
|
import cn.com.qmth.examcloud.commons.util.JsonUtil;
|
|
@@ -39,7 +40,13 @@ public class Task {
|
|
*/
|
|
*/
|
|
public void start() {
|
|
public void start() {
|
|
try {
|
|
try {
|
|
-
|
|
+ ImportPaperDzkdService bean1 = SpringContextHolder.getBean(ImportPaperDzkdService.class);
|
|
|
|
+ bean1.start();
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|