zhangnaisong
2024-07-02 d85713cca5443547a7d4646d4e80abfce136eff8
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)
    {