nickchange
2023-11-17 4a055748da8c4e8baf002dff7b74e12ec150610a
cloud-server-account/src/main/java/com/dsh/account/service/TStudentService.java
@@ -87,7 +87,7 @@
     * @param appUserId
     * @return
     */
    List<RecordAppoint> getAppointmentRecords(Integer stuId, Integer appUserId, Integer appointStatus, Integer timeType, String search);
    List<RecordAppoint> getAppointmentRecords(Integer stuId, Integer appUserId, Integer appointStatus, Integer timeType, String search,Integer pageNum);
    ResultUtil cancelReservationOfCourse( Integer courseStuRecordId);