whywhyo
2023-10-24 b7f0865107438d5f57b1ec39ca28d81e52bc13fc
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZTravelPriceController.java
@@ -53,8 +53,8 @@
    /**
     * 根据id查询
     */
    @GetMapping()
    public AjaxResult listById(Long id){
    @GetMapping("/{id}")
    public AjaxResult listById(@PathVariable String id){
        return AjaxResult.success(zTravelPriceService.getById(id));
    }