aijinhui
2024-02-23 2df696b07d0ffdf7829d4d9cd3da23162dec8799
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)
    {