|  | @@ -135,7 +135,7 @@ bool CSATExecutor::Login(std::string user, std::string password, std::string act
 | 
	
		
			
				|  |  |  	m_stLoginReq.strStorage = "";
 | 
	
		
			
				|  |  |  	m_stLoginReq.strConnectTime = "";
 | 
	
		
			
				|  |  |  	// 执行器名称;
 | 
	
		
			
				|  |  | -	m_stLoginReq.strExecuteName = m_strActuatorName;
 | 
	
		
			
				|  |  | +	m_stLoginReq.strExecuteName = m_strActuatorName = actuator;
 | 
	
		
			
				|  |  |  	if ( Global::g_vtMac.size() )
 | 
	
		
			
				|  |  |  		m_stLoginReq.strMAC = Global::g_vtMac[0].szMacAddress; // 取第一个MAC地址;
 | 
	
		
			
				|  |  |  	else
 |