main
tamguo 7 years ago
parent a4276beff6
commit b9543876fd

@ -61,6 +61,7 @@ public class CourseController {
model.addObject("subject", subject); model.addObject("subject", subject);
model.addObject("bookList", bookList); model.addObject("bookList", bookList);
model.addObject("book" , book); model.addObject("book" , book);
model.setViewName("chapter");
return model; return model;
} catch (Exception e) { } catch (Exception e) {
model.setViewName("404"); model.setViewName("404");

Loading…
Cancel
Save