1550076451 2 lat temu
rodzic
commit
e248ae7d08

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

@@ -190,10 +190,10 @@ public class UserController extends BaseController {
190 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 197
     @PutMapping("/UpdatePwd")
198 198
     public AjaxResult UpdatePwd(String oldPwd ,String Pwd) {
199 199
         UserView currentUser=CurrentUser();