|  | @@ -60,11 +60,11 @@ var cloudService={
 | 
	
		
			
				|  |  |          curingCloudList.forEach(async function(cclValue,cclKey){
 | 
	
		
			
				|  |  |          	curingCloudList[cclKey].client_id=0
 | 
	
		
			
				|  |  |          	
 | 
	
		
			
				|  |  | -        	falg=false;
 | 
	
		
			
				|  |  | +        	falg=true;
 | 
	
		
			
				|  |  |          	curingList.forEach(function(clValue,clKey){
 | 
	
		
			
				|  |  |              	if(cclValue.mobile==clValue.mobile){
 | 
	
		
			
				|  |  |              		curingCloudList[cclKey].client_id=clValue.client_id;
 | 
	
		
			
				|  |  | -            		falg=true;
 | 
	
		
			
				|  |  | +            		falg=false;
 | 
	
		
			
				|  |  |              		throw new Error('end foreach curingList');
 | 
	
		
			
				|  |  |              	}
 | 
	
		
			
				|  |  |              });
 | 
	
	
		
			
				|  | @@ -109,8 +109,8 @@ var cloudService={
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              });
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -            curingCloudList[i].addtime=moment.unix(v.addtime).format('YYYY-MM-DD HH:mm');
 | 
	
		
			
				|  |  | -            curingCloudList[i].id=hash.hashEncode(v.id.toString());
 | 
	
		
			
				|  |  | +            curingCloudList[i].addtime=moment.unix(v.create_time).format('YYYY-MM-DD HH:mm');
 | 
	
		
			
				|  |  | +            //curingCloudList[i].id=hash.hashEncode(v.id.toString());
 | 
	
		
			
				|  |  |              curingCloudList[i].client_id=hash.hashEncode(v.client_id.toString());
 | 
	
		
			
				|  |  |              curingCloudList[i].sso_id=v.sso_id;
 | 
	
		
			
				|  |  |          });
 |