ard-work/src/main/java/com/ruoyi/sy/controller/ArdSyCarController.java
@@ -233,7 +233,7 @@ /** * 获取全部的三一车辆 */ @PreAuthorize("@ss.hasPermi('sy:syCar:getArdSyCarAll')") // @PreAuthorize("@ss.hasPermi('sy:syCar:getArdSyCarAll')") @PostMapping("/getArdSyCarAll") @ApiOperation("获取全部的三一车辆") public Map<String,Object> getArdSyCarAll(){ @@ -314,7 +314,7 @@ } } @PreAuthorize("@ss.hasPermi('sy:syCar:carListById')") // @PreAuthorize("@ss.hasPermi('sy:syCar:carListById')") @PostMapping("/carListById/{id}") @ApiOperation("根据车辆ID获取车辆列表") public Results carListById(@PathVariable String id){