| 
					
				 | 
			
			
				@ -44,7 +44,7 @@ public class PatientEHCService extends BaseService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String EHCRedirecturl(String getUid) throws Exception { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String result = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            String format = "yyyyMMddHHmmss"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            String format = "yyyyMMdd"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            String currentTime = DateUtils.getOutTradeTime(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            String uuid = DateUtil.getUidNo(4); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -101,6 +101,7 @@ public class PatientEHCService extends BaseService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            bizContent.put("telephone", phone); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            bizContent.put("address", address); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            bizContent.put("work_unit", provinceName + cityName + townName + streetName); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            logger.info("params======> "+bizContent.toString()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            result = httpUtils(getUid, api, appId, termId, appKey, signType, encType, version, redirecturl, bizContent); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        } catch (Exception e) { 
			 |