| 
					
				 | 
			
			
				@ -354,7 +354,7 @@ public class InternetCommonService extends BaseJpaService<InternetUpErrorLogDO, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("docimg",info.get("photo")==null ?null:getImg("https://hlwyy.xmzsh.com/fastdfs/"+info.get("photo").toString())); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("id_card", info.get("idcard")== null ? "0":info.get("idcard")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("sex", info.get("sex")== null ? "0":info.get("sex")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("birthday", info.get("birthday")  == null?"1900-01-01": DateUtil.dateToStrShort((Date)info.get("birthday"))); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("birthday", info.get("birthday")  == null?"2020-01-01": DateUtil.dateToStrShort((Date)info.get("birthday"))); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("subject", dept.length>=1?dept[0]:""); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("subject_name",dept.length>=2?dept[1]:""); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("belong_dept",jb.getString("dept_code")); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -481,7 +481,7 @@ public class InternetCommonService extends BaseJpaService<InternetUpErrorLogDO, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("cd_org", orgCode); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("cd_area", orgArea); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("cd_orgSub", orgSub); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("reg_time", info.get("date") == null?"1900-01-01": DateUtil.dateToStrLong((Date)info.get("date"))); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("reg_time", info.get("date") == null?"2020-01-01": DateUtil.dateToStrLong((Date)info.get("date"))); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("fg_visit",  fgConvent(info.get("status") == null?"-1":info.get("status").toString())); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("reg_dep_code",  info.get("dept") == null?"0":info.get("dept")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("reg_dep_name",  info.get("dept_name") == null?"0":info.get("dept_name")); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -892,9 +892,9 @@ public class InternetCommonService extends BaseJpaService<InternetUpErrorLogDO, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("card_type", "1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("id_no", info.get("patIdCard")== null? "0":info.get("patIdCard")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("pt_district",info.get("city_code") == null?"":info.get("city_code")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("apply_time", info.get("czrq")==null?"1900-01-01":DateUtil.dateToStrLong((Date)info.get("czrq"))); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("visit_time", info.get("czrq")==null?"1900-01-01":DateUtil.dateToStrLong((Date)info.get("czrq"))); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("visit_finish_time", info.get("end_time")==null?"1900-01-01":DateUtil.dateToStrLong((Date)info.get("end_time"))); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("apply_time", info.get("czrq")==null?"2020-01-01":DateUtil.dateToStrLong((Date)info.get("czrq"))); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("visit_time", info.get("czrq")==null?"2020-01-01":DateUtil.dateToStrLong((Date)info.get("czrq"))); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("visit_finish_time", info.get("end_time")==null?"2020-01-01":DateUtil.dateToStrLong((Date)info.get("end_time"))); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                jb.put("complaint_content", info.get("content")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                logger.info("complaint_content"+info.get("content")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               /* String procFile=""; 
			 |