zhangnaisong
2024-07-02 9710740f1672fcaab74510ff5e8044c5fd0dafc8
ard-work/src/main/java/com/ruoyi/sy/controller/ArdSyUserController.java
@@ -72,7 +72,7 @@
    /**
     * 获取三一车辆用户详细信息
     */
    @PreAuthorize("@ss.hasPermi('sy:syUser:query')")
//    @PreAuthorize("@ss.hasPermi('sy:syUser:query')")
    @GetMapping(value = "/{id}")
    public AjaxResult getInfo(@PathVariable("id") String id)
    {