Browse Source

SysUserUpdate web修改个人信息

sunhh 2 years ago
parent
commit
e0d1016632

+ 1 - 1
hazard-admin/src/main/java/com/ozs/web/controller/system/SysUserController.java

@@ -227,7 +227,7 @@ public class SysUserController extends BaseController {
     }
 
     /**
-     * 修改用户-web
+     * 修改用户-web修改个人信息
      */
     @PreAuthorize("@ss.hasPermi('system:user:updateUser')")
     @Log(title = "用户管理", businessType = BusinessType.UPDATE)