zqy
2024-07-30 c35d9c6311b6f9ef75b49559a5c6db75e0a43ac6
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));
    }