1550076451 лет назад: 2
Родитель
Сommit
e248ae7d08
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      zxkf-api/src/main/java/api/controller/system/UserController.java

+ 3 - 3
zxkf-api/src/main/java/api/controller/system/UserController.java

190
         return Error("修改失败!");
190
         return Error("修改失败!");
191
     }
191
     }
192
     /**
192
     /**
193
-     * 重置密码
193
+     * 修改密码
194
      */
194
      */
195
-    @ApiOperation("重置密码")
196
-    @Log(title = "重置密码", businessType = BusinessType.OTHER)
195
+    @ApiOperation("修改密码")
196
+    @Log(title = "修改密码", businessType = BusinessType.OTHER)
197
     @PutMapping("/UpdatePwd")
197
     @PutMapping("/UpdatePwd")
198
     public AjaxResult UpdatePwd(String oldPwd ,String Pwd) {
198
     public AjaxResult UpdatePwd(String oldPwd ,String Pwd) {
199
         UserView currentUser=CurrentUser();
199
         UserView currentUser=CurrentUser();