|
@@ -6,9 +6,9 @@ import cn.com.qmth.examcloud.tool.config.SysProperty;
|
|
import cn.com.qmth.examcloud.tool.entity.TaskEntity;
|
|
import cn.com.qmth.examcloud.tool.entity.TaskEntity;
|
|
import cn.com.qmth.examcloud.tool.service.CommonService;
|
|
import cn.com.qmth.examcloud.tool.service.CommonService;
|
|
import cn.com.qmth.examcloud.tool.service.batch_import_exam_student.BatchImportExamStudentTask;
|
|
import cn.com.qmth.examcloud.tool.service.batch_import_exam_student.BatchImportExamStudentTask;
|
|
-import cn.com.qmth.examcloud.tool.service.exam_record_audit.ExamRecordDataAuditTask;
|
|
|
|
|
|
+import cn.com.qmth.examcloud.tool.service.exam_record_data_audit.ExamRecordDataAuditTask;
|
|
|
|
+import cn.com.qmth.examcloud.tool.service.export_exam_paper_struct.ExportExamPaperStructTask;
|
|
import cn.com.qmth.examcloud.tool.service.export_student_photo.ExportStudentPhotoTask;
|
|
import cn.com.qmth.examcloud.tool.service.export_student_photo.ExportStudentPhotoTask;
|
|
-import cn.com.qmth.examcloud.tool.service.query_paper_struct.QueryPaperStructTask;
|
|
|
|
import cn.com.qmth.examcloud.tool.service.reset_student_password.ResetStudentPasswordTask;
|
|
import cn.com.qmth.examcloud.tool.service.reset_student_password.ResetStudentPasswordTask;
|
|
import cn.com.qmth.examcloud.tool.utils.JsonMapper;
|
|
import cn.com.qmth.examcloud.tool.utils.JsonMapper;
|
|
import cn.com.qmth.examcloud.tool.vo.user.User;
|
|
import cn.com.qmth.examcloud.tool.vo.user.User;
|
|
@@ -28,10 +28,10 @@ public class ToolTest {
|
|
public static final String DATA_DIR = "C:/Users/deason/Desktop/data/";
|
|
public static final String DATA_DIR = "C:/Users/deason/Desktop/data/";
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
- private CommonService commonService;
|
|
|
|
|
|
+ private SysProperty sysProperty;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
- private SysProperty sysProperty;
|
|
|
|
|
|
+ private CommonService commonService;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private ResetStudentPasswordTask resetStudentPasswordTask;
|
|
private ResetStudentPasswordTask resetStudentPasswordTask;
|
|
@@ -40,7 +40,7 @@ public class ToolTest {
|
|
private ExportStudentPhotoTask exportStudentPhotoTask;
|
|
private ExportStudentPhotoTask exportStudentPhotoTask;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
- private QueryPaperStructTask queryPaperStructTask;
|
|
|
|
|
|
+ private ExportExamPaperStructTask exportExamPaperStructTask;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private ExamRecordDataAuditTask examRecordDataAuditTask;
|
|
private ExamRecordDataAuditTask examRecordDataAuditTask;
|
|
@@ -51,7 +51,7 @@ public class ToolTest {
|
|
|
|
|
|
// this.testTask(loginUser);
|
|
// this.testTask(loginUser);
|
|
// resetStudentPasswordTask.execute(loginUser, 0L);
|
|
// resetStudentPasswordTask.execute(loginUser, 0L);
|
|
- // queryPaperStructTask.execute(loginUser, 0L, DATA_DIR);
|
|
|
|
|
|
+ // exportExamPaperStructTask.execute(loginUser, 0L, DATA_DIR);
|
|
// exportStudentPhotoTask.execute(loginUser, DATA_DIR);
|
|
// exportStudentPhotoTask.execute(loginUser, DATA_DIR);
|
|
// examRecordDataAuditTask.execute(loginUser);
|
|
// examRecordDataAuditTask.execute(loginUser);
|
|
}
|
|
}
|