| 
					
				 | 
			
			
				@ -53,10 +53,11 @@ public class DoctorConcernController extends BaseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jsonObject.put("name", patient.getName()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jsonObject.put("photo", patient.getPhoto()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jsonObject.put("sex", patient.getSex()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jsonObject.put("phone", patient.getPhone()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jsonObject.put("phone", patient.getMobile()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jsonObject.put("address", patient.getAddress()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jsonObject.put("age", IdCardUtil.getAgeForIdcard(patient.getIdcard())); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jsonObject.put("isWX", StringUtils.isEmpty(patient.getOpenid()) ? false : true); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jsonObject.put("concernCode", patient.getConcernCode()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jsonObject.put("concernTime", DateUtil.dateToStr(patient.getConcernCreateTime(), "yyyy-MM-dd HH:mm:ss")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -111,6 +112,7 @@ public class DoctorConcernController extends BaseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            jsonObject.put("sex", patient.getSex());//患者性别 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            jsonObject.put("phone", patient.getPhone());//患者电话 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            jsonObject.put("idcard", patient.getIdcard());//患者身份证 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            jsonObject.put("ssc", patient.getSsc());//患者医保卡 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            jsonObject.put("address", patient.getAddress());//患者详细地址 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            jsonObject.put("age", IdCardUtil.getAgeForIdcard(patient.getIdcard()));//患者年龄 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            jsonObject.put("isWX", StringUtils.isEmpty(patient.getOpenid()) ? false : true);//是否关注微信 
			 |