修正在线用户日志记录类型

This commit is contained in:
RuoYi
2020-08-10 17:26:11 +08:00
parent 1efae4a588
commit 71ec44a545
2 changed files with 2 additions and 4 deletions

View File

@ -82,7 +82,7 @@ public class SysUserOnlineController extends BaseController
* 强退用户
*/
@PreAuthorize("@ss.hasPermi('monitor:online:forceLogout')")
@Log(title = "在线用户", businessType = BusinessType.DELETE)
@Log(title = "在线用户", businessType = BusinessType.FORCE)
@DeleteMapping("/{tokenId}")
public AjaxResult forceLogout(@PathVariable String tokenId)
{