|  | @@ -954,7 +954,7 @@ public class AsyncTaskImportService {
 | 
	
		
			
				|  |  |                              Cell idcardnoCell = row.getCell(10);//证件号码
 | 
	
		
			
				|  |  |                              Cell housetypeCell = row.getCell(11);//住房类型
 | 
	
		
			
				|  |  |                              Cell vatnoCell = row.getCell(12);//公司税号
 | 
	
		
			
				|  |  | -                            Cell emailCell = row.getCell(13);//邮箱
 | 
	
		
			
				|  |  | +                            Cell emailCell = row.getCell(13);//电子邮箱
 | 
	
		
			
				|  |  |                              //Cell c_remark = row.getCell(11);//备注
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -1026,8 +1026,8 @@ public class AsyncTaskImportService {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                              if(property == null){
 | 
	
		
			
				|  |  |                                  failTime++ ;
 | 
	
		
			
				|  |  | -                                msg +="客户编码【"+accountnumber+"】住房类型不能为空,";
 | 
	
		
			
				|  |  | -                                log.info("客户编码【"+accountnumber+"】住房类型不能为空,");
 | 
	
		
			
				|  |  | +                                msg +="客户编码【"+accountnumber+"】用水性质不能为空,";
 | 
	
		
			
				|  |  | +                                log.info("客户编码【"+accountnumber+"】用水性质不能为空,");
 | 
	
		
			
				|  |  |                                  //c_remark.setCellValue("客户编码【"+accountnumber+"】住房类型不能为空,");
 | 
	
		
			
				|  |  |                                  continue;
 | 
	
		
			
				|  |  |                              }
 |