| 
					
				 | 
			
			
				@ -1092,6 +1092,9 @@ public class DoorOrderService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            ConsultDo consult = consultDao.queryByRelationCode(id); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            if (null != consult) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                doorServiceOrder.setSessionId(doorServiceOrder.getPatient() + "_" + consult.getId() + "_" + doorServiceOrder.getNumber() + "_" + consult.getType()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                object.put("consultId", consult.getId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            }else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                object.put("consultId", ""); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            object.put("sessionId", doorServiceOrder.getSessionId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 |