zhangnaisong
2024-04-30 de54d81a33ad0c47b3b561d824cf6f0fb6343d82
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)
    {