操作日志记录排除敏感属性字段

This commit is contained in:
RuoYi
2020-08-17 11:46:56 +08:00
parent 03174f1ead
commit 9ab3a297bd
3 changed files with 15 additions and 6 deletions

View File

@@ -175,7 +175,6 @@ public class SysUserController extends BaseController
}
@RequiresPermissions("system:user:resetPwd")
@Log(title = "重置密码", businessType = BusinessType.UPDATE)
@GetMapping("/resetPwd/{userId}")
public String resetPwd(@PathVariable("userId") Long userId, ModelMap mmap)
{