zqy
5 天以前 b02beccf4567068cb47a3f1181a00039456c872d
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));
    }