|
@@ -154,7 +154,7 @@ public class DataSyncController extends BaseExamController {
|
|
|
log.error("export sync subject:", e);
|
|
|
addMessage(redirectAttributes, "导出数据失败!失败信息:" + e.getMessage());
|
|
|
}
|
|
|
- return new ModelAndView("redirect:/admin/exam/sync?examId=" + examId);
|
|
|
+ return new ModelAndView("redirect:/admin/exam/data/sync?examId=" + examId);
|
|
|
}
|
|
|
|
|
|
private List<SubjectiveQuestionDTO> getPaperStruct(DataSync sync) {
|