whywhyo
2023-10-07 bfe6e8b654b3a90b0d95c4aebbef872418ebeaa6
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));
    }