zhangnaisong
2024-07-11 cd538c205628f28839323b49b7f77f33196a601f
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)
    {