luo
2023-09-25 e99324b70510afdff4175a484e976cb0e804411b
cloud-server-course/src/main/java/com/dsh/course/mapper/TCoursePackagePaymentMapper.java
@@ -61,5 +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);
}