| 
					
				 | 
			
			
				@ -393,6 +393,7 @@ public class WlyyBusinessService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        org.setTownName(h.getString("townName")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        org.setType("1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        org.setWinNo("-1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        org.setDel("1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        baseOrgDao.save(org); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        addCount++; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -487,7 +488,7 @@ public class WlyyBusinessService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                doctor.setCityName(doctorJson.getString("cityName")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                doctor.setExpertise(doctorJson.getString("expertise")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                doctor.setIntroduce(doctorJson.getString("introduce")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                doctor.setOutpatientType("zj"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                //认证信息设置 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                String salt = randomString(5); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                String pw = idcard.substring(idcard.length() - 6); 
			 |