|
@@ -32,7 +32,7 @@ public class StadiumController {
|
|
|
* @return PlaceInfoVO {@link PlaceInfoVO}
|
|
|
**/
|
|
|
@GetMapping("/getPlaceInfo")
|
|
|
- @Operation(summary = "场次详情查询-缺少已定状态和可预约数逻辑 ")
|
|
|
+ @Operation(summary = "场次详情查询")
|
|
|
public Result<StadiumConcertsResponseVO> findConcerts(StadiumFindById stadiumFindById){
|
|
|
return iDetailService.findConcerts(stadiumFindById.getSiteId(),stadiumFindById.getCategoryId());
|
|
|
}
|