|
@@ -393,7 +393,7 @@ public class MarkGroupController extends BaseExamController {
|
|
|
addMessage(redirectAttributes, "大题名称不一致");
|
|
|
redirectAttributes.addAttribute("subjectCode", subjectCode);
|
|
|
redirectAttributes.addAttribute("number", number);
|
|
|
- return "redirect:/admin/exam/group/add";
|
|
|
+ return "redirect:/admin/exam/group/edit-full";
|
|
|
}
|
|
|
}
|
|
|
if (!questionList.isEmpty()) {
|