|  | @@ -3072,12 +3072,13 @@ public class ExportController extends BaseController {
 | 
	
		
			
				|  |  |              String[] header = {"编号", "姓名", "手机号", "微信",
 | 
	
		
			
				|  |  |                      "声部", "所在城市", "工作意向", "信息来源","下次沟通时间","入职时间",
 | 
	
		
			
				|  |  |                      "职位", "分部", "人员状态", "证件号码","年龄","性别",
 | 
	
		
			
				|  |  | -                    "银行卡", "开户行", "紧急联系人", "紧急联系人关系","紧急联系人电话","最后一次操作时间", "离职时间"
 | 
	
		
			
				|  |  | +                    "银行卡", "开户行", "紧急联系人", "紧急联系人关系","紧急联系人电话","最后一次操作时间",
 | 
	
		
			
				|  |  | +                    "HRBP", "离职时间"
 | 
	
		
			
				|  |  |              };
 | 
	
		
			
				|  |  |              String[] body = {"id", "realName", "mobileNo", "wechatNo", "subjectName", "liveCity", "intentionCity",
 | 
	
		
			
				|  |  | -                    "sourceFrom", "nextVisitDate", "entryDate", "position.msg","organName","status.desc",
 | 
	
		
			
				|  |  | +                    "sourceFrom", "nextVisitDateStr", "entryDateStr", "position.msg","organName","status.desc",
 | 
	
		
			
				|  |  |                      "idCard", "age", "gender?'男':'女'", "bankCardNo","bankAddress","emergencyContactName",
 | 
	
		
			
				|  |  | -                    "emergencyContactRelation", "emergencyContactPhone", "updateTime","resignationDate"};
 | 
	
		
			
				|  |  | +                    "emergencyContactRelation", "emergencyContactPhone", "updateTime", "operatorName","resignationDateStr"};
 | 
	
		
			
				|  |  |              HSSFWorkbook workbook = POIUtil.exportExcel(header, body, rows);
 | 
	
		
			
				|  |  |              response.setContentType("application/octet-stream");
 | 
	
		
			
				|  |  |              response.setHeader("Content-Disposition", "attachment;filename=employeeInfo-" + DateUtil.getDate(new Date()) + ".xls");
 |