RuoYi
2023-09-01 a220d4933386b9e4e6984e6f27df518abb231ec2
src/main/java/com/ruoyi/project/monitor/controller/SysLogininforController.java
@@ -73,7 +73,7 @@
    @PreAuthorize("@ss.hasPermi('monitor:logininfor:unlock')")
    @Log(title = "账户解锁", businessType = BusinessType.OTHER)
    @GetMapping("/unlock//{userName}")
    @GetMapping("/unlock/{userName}")
    public AjaxResult unlock(@PathVariable("userName") String userName)
    {
        passwordService.clearLoginRecordCache(userName);