chenhj
2025-05-15 ffd0d1fde083d3094363c67e1236a2b3d6736e1c
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);