cloud-server-course/src/main/java/com/dsh/course/controller/CourseStudentController.java
@@ -110,7 +110,7 @@ //获取学员课时数信息 @RequestMapping("/getInfo") @ResponseBody public StudentClassInfo list(@RequestParam("tStudentId") Integer tStudentId) { public StudentClassInfo list(@RequestParam("tStudentId") Integer tStudentId){ // System.out.println("------------>"+tStudentId); cloud-server-course/src/main/resources/mapper/CoursePackageStudentMapper.xml
@@ -43,7 +43,7 @@ SUM( py.laveClassHours ) AS restHours, SUM( py.giftClassHours ) as giftHours FROM t_course_package_payment py t_course_package_order_student py where py.studentId = #{tStudentId}