|
|
@ -78,7 +78,7 @@ public class TeacherOpenCourseQuestionSettingController {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@PostMapping(API + "/exportPageList.do")
|
|
|
|
@GetMapping(API + "/exportPageList.do")
|
|
|
|
public void exportPageList(TeacherOpenCourseQuestionSettingQuery condition, HttpServletResponse response, @SCoreUser CoreUser coreUser) throws IOException {
|
|
|
|
public void exportPageList(TeacherOpenCourseQuestionSettingQuery condition, HttpServletResponse response, @SCoreUser CoreUser coreUser) throws IOException {
|
|
|
|
if (null == coreUser) {
|
|
|
|
if (null == coreUser) {
|
|
|
|
throw new PlatformException("请登录后再操作");
|
|
|
|
throw new PlatformException("请登录后再操作");
|
|
|
|