fixbug— 预定展示
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user