mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update satoken 1.37.0 -> 1.38.0
This commit is contained in:
		
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							@@ -24,7 +24,7 @@
 | 
				
			|||||||
        <poi.version>5.2.3</poi.version>
 | 
					        <poi.version>5.2.3</poi.version>
 | 
				
			||||||
        <easyexcel.version>3.3.4</easyexcel.version>
 | 
					        <easyexcel.version>3.3.4</easyexcel.version>
 | 
				
			||||||
        <velocity.version>2.3</velocity.version>
 | 
					        <velocity.version>2.3</velocity.version>
 | 
				
			||||||
        <satoken.version>1.37.0</satoken.version>
 | 
					        <satoken.version>1.38.0</satoken.version>
 | 
				
			||||||
        <mybatis-plus.version>3.5.6</mybatis-plus.version>
 | 
					        <mybatis-plus.version>3.5.6</mybatis-plus.version>
 | 
				
			||||||
        <p6spy.version>3.9.1</p6spy.version>
 | 
					        <p6spy.version>3.9.1</p6spy.version>
 | 
				
			||||||
        <hutool.version>5.8.27</hutool.version>
 | 
					        <hutool.version>5.8.27</hutool.version>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -53,9 +53,7 @@ public class LoginHelper {
 | 
				
			|||||||
                .setExtra(DEPT_KEY, loginUser.getDeptId())
 | 
					                .setExtra(DEPT_KEY, loginUser.getDeptId())
 | 
				
			||||||
                .setExtra(DEPT_NAME_KEY, loginUser.getDeptName())
 | 
					                .setExtra(DEPT_NAME_KEY, loginUser.getDeptName())
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
        SaSession tokenSession = StpUtil.getTokenSession();
 | 
					        StpUtil.getTokenSession().set(LOGIN_USER_KEY, loginUser);
 | 
				
			||||||
        tokenSession.updateTimeout(model.getTimeout());
 | 
					 | 
				
			||||||
        tokenSession.set(LOGIN_USER_KEY, loginUser);
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user