fixbug— 预定展示

This commit is contained in:
limqhz
2021-05-07 23:55:13 +08:00
parent 4461ba2564
commit d1c89577fe
6 changed files with 261 additions and 74 deletions

View File

@@ -134,6 +134,13 @@ public interface VenueLessonMapper {
*/
void updateSaleNumBy(@Param("num")Integer num,@Param("lessonId") Integer lessonId);
/**
* APP获取当前预订时间列
* @param venueId
* @return
*/
List<String> getLessonTypes(@Param("venueId") Integer venueId);
/**
* APP获取当前预订情况
* @param venueId