liujie
2023-09-23 371b7fb2c8ead5af37db967d225bce703e028e86
cloud-server-course/src/main/java/com/dsh/course/mapper/TCoursePackagePaymentMapper.java
@@ -62,4 +62,6 @@
    void updateUseTime(@Param("id")Long id,  @Param("date") Date date);
    List<Integer> getStudentIds(@Param("id")Integer payId);
    boolean updateHoursById(@Param("id") Long id, @Param("i") int i);
}