1. 修改密码新增运控系统配置
							parent
							
								
									1fb74cc907
								
							
						
					
					
						commit
						c6805509ae
					
				| 
						 | 
				
			
			@ -210,9 +210,10 @@ public class TrxServiceImpl implements TrxService {
 | 
			
		|||
            log.info("软Key登录用户入库结束");
 | 
			
		||||
            // 登录
 | 
			
		||||
            log.info("开始软Key登录用户登录云管平台");
 | 
			
		||||
            log.info("用户pass:" + trxAuthModel.getPassword());
 | 
			
		||||
            User user = userRepository.getByUserId(userId);
 | 
			
		||||
            Encryptor encryptor = new AESEncryptor();
 | 
			
		||||
            String password = encryptor.encrypt(userId + "CMP", null);
 | 
			
		||||
            String password = encryptor.encrypt(trxAuthModel.getPassword(), null);
 | 
			
		||||
            login = userServiceImpl.login(user.getAccount(), password, null, null, true);
 | 
			
		||||
            login.getData().put("trxToken", trxToken);
 | 
			
		||||
            log.info("软Key登录用户登录云管平台结束");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue