whywhyo
2023-07-21 d2a1957ec40c70c696ab3260d7f7df90c4539589
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));
    }