cloud-server-course/src/main/java/com/dsh/course/mapper/TCoursePackagePaymentMapper.java
@@ -61,7 +61,7 @@ void updateUseTime(@Param("id")Long id, @Param("date") Date date); List<Integer> getStudentIds(@Param("id")Integer payId); List<Integer> getStudentIds(@Param("id")Long payId); boolean updateHoursById(@Param("id") Long id, @Param("i") int i); }