fix 修复重置密码注释参数中文解释错误

Signed-off-by: 这夏天依然平凡 <1822213252@qq.com>
This commit is contained in:
这夏天依然平凡 2023-09-23 03:56:31 +00:00 committed by Gitee
parent 1d43448423
commit f46b8d0758
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -78,8 +78,8 @@ public class SysProfileController extends BaseController {
/**
* 重置密码
*
* @param newPassword 密码
* @param oldPassword 密码
* @param newPassword 密码
* @param oldPassword 密码
*/
@Log(title = "个人信息", businessType = BusinessType.UPDATE)
@PutMapping("/updatePwd")