查询场馆列表数据

This commit is contained in:
limqhz
2021-03-04 15:22:05 +08:00
parent 4265bcd54d
commit 9601e1572e
4 changed files with 10 additions and 15 deletions

View File

@@ -136,9 +136,8 @@ public interface VenueLessonMapper {
/**
* APP获取当前预订情况
* @param venueId
* @param searchDate
* and b.date = #{searchDate} and b.venue_id = #{venueId}
* @return
*/
List<VenueLessonStatus> getLessonStatus(@Param("venueId") Integer venueId,@Param("searchDate") String searchDate);
}
List<VenueLessonStatus> getLessonStatus(@Param("venueId") Integer venueId);
}