liusuyi
2024-08-08 57c673aa3e83677bcf5d30b4b45d06bae6609db8
ard-work/src/main/java/com/ruoyi/sy/controller/ArdSyCarController.java
@@ -609,7 +609,7 @@
    /**
     * 获取未挂接权限的三一车辆
     */
//    @PreAuthorize("@ss.hasPermi('sy:syCar:getArdSyCarNoRight')")
    @PreAuthorize("@ss.hasPermi('sy:syCar:getArdSyCarNoRight')")
    @PostMapping("/getArdSyCarNoRight")
    @ApiOperation("获取未挂接权限的三一车辆")
    public Map<String,Object> getArdSyCarNoRight(){
@@ -627,7 +627,7 @@
    /**
     * 获取全部的三一车辆
     */
//    @PreAuthorize("@ss.hasPermi('sy:syCar:getArdSyCarAll')")
    @PreAuthorize("@ss.hasPermi('sy:syCar:getArdSyCarAll')")
    @PostMapping("/getArdSyCarAll")
    @ApiOperation("获取全部的三一车辆")
    public Map<String,Object> getArdSyCarAll(){
@@ -645,7 +645,7 @@
    /**
     * 获取全部车辆模型
     */
//    @PreAuthorize("@ss.hasPermi('sy:syCar:getAllCarModel')")
    @PreAuthorize("@ss.hasPermi('sy:syCar:getAllCarModel')")
    @PostMapping("/getAllCarModel")
    @ApiOperation("获取全部车辆模型")
    public Map<String,Object> getAllCarModel(){
@@ -712,7 +712,7 @@
        }
    }
    //    @PreAuthorize("@ss.hasPermi('sy:syCar:carListById')")
    @PreAuthorize("@ss.hasPermi('sy:syCar:carListById')")
    @PostMapping("/carListById/{id}")
    @ApiOperation("根据车辆ID获取车辆列表")
    public Results carListById(@PathVariable String id){