mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix: 修复Object剩余存活时间BUG
This commit is contained in:
		@@ -142,7 +142,7 @@ public class PlusSaTokenDao implements SaTokenDao {
 | 
			
		||||
     */
 | 
			
		||||
    @Override
 | 
			
		||||
    public long getObjectTimeout(String key) {
 | 
			
		||||
        return RedisUtils.getTimeToLive(key);
 | 
			
		||||
        return RedisUtils.getTimeToLive(key) / 1000;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user