From ab13ab8185f66f569a3f7b099120ac5301127313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Thu, 9 Feb 2023 22:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=BE=E7=A8=8B=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ibeetl/jlw/web/CourseInfoController.java | 14 ++ .../templates/jlw/courseInfo/indexList.html | 181 ++++++++++++++++++ 2 files changed, 195 insertions(+) create mode 100644 web/src/main/resources/templates/jlw/courseInfo/indexList.html diff --git a/web/src/main/java/com/ibeetl/jlw/web/CourseInfoController.java b/web/src/main/java/com/ibeetl/jlw/web/CourseInfoController.java index 1dafad2f..6dc31ba1 100644 --- a/web/src/main/java/com/ibeetl/jlw/web/CourseInfoController.java +++ b/web/src/main/java/com/ibeetl/jlw/web/CourseInfoController.java @@ -85,6 +85,20 @@ public class CourseInfoController{ return view; } + /** + *@author 姚丹 + *@data 2023/02/09 + * 课程列表 + */ + @GetMapping(MODEL + "/indexList.do") + @Function("courseInfo.query") + @ResponseBody + public ModelAndView indexList() { + ModelAndView view = new ModelAndView("/jlw/courseInfo/indexList.html") ; + view.addObject("search", CourseInfoQuery.class.getName()); + return view; + } + @GetMapping(MODEL + "/edit.do") @Function("courseInfo.edit") @ResponseBody diff --git a/web/src/main/resources/templates/jlw/courseInfo/indexList.html b/web/src/main/resources/templates/jlw/courseInfo/indexList.html new file mode 100644 index 00000000..0e3c67c2 --- /dev/null +++ b/web/src/main/resources/templates/jlw/courseInfo/indexList.html @@ -0,0 +1,181 @@ + + + + + + +
+ +