mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	修正在线用户日志记录类型
This commit is contained in:
		@@ -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)
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user