puzhibing
2024-03-04 135aeb3706b445d6d1a937168a0fe781cf3060a8
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/feignclient/course/CoursePackageOrderStudentClient.java
@@ -21,7 +21,7 @@
     * @param studentId
     * @return
     */
    @PostMapping("/getCoursePackageOrderStudent")
    @PostMapping("/coursePackageOrderStudent/getCoursePackageOrderStudent")
    List<CoursePackageOrderStudent> getCoursePackageOrderStudent(Integer studentId);
@@ -29,6 +29,6 @@
     * 扣减学员课时
     * @param deductionClassHourList
     */
    @PostMapping("/deductionClassHour")
    @PostMapping("/coursePackageOrderStudent/deductionClassHour")
    boolean deductionClassHour(DeductionClassHourList deductionClassHourList);
}