|
@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
@Api("智慧餐厅")
|
|
|
@Slf4j
|
|
|
@RestController
|
|
|
-@RequestMapping("restaurant")
|
|
|
+@RequestMapping("parking")
|
|
|
public class ParkingController {
|
|
|
|
|
|
|
|
@@ -47,7 +47,7 @@ public class ParkingController {
|
|
|
|
|
|
|
|
|
@ApiOperation("查询智慧生活中智慧停车的空置车位")
|
|
|
- @GetMapping("getTrafficflowSituation")
|
|
|
+ // @GetMapping("getTrafficflowSituation")
|
|
|
public String getVacantParkingSpace(Integer dateType){
|
|
|
// dateType 1.周,2.月,3.年
|
|
|
return parkingService.getVacantParkingSpace(dateType);
|