| | |
| | | PdfPTable badRecordtable = createTable(badRecordlength); |
| | | PdfPTable remarkInfotable = createTable(remarkInfolength); |
| | | Object[][] basicDatas = { |
| | | {"档案号",empBaseInfo.getEmpNumb(), |
| | | {"编号",empBaseInfo.getEmpNumb(), |
| | | "姓名",empBaseInfo.getEmpName(), |
| | | "性别",empBaseInfo.getSexName()}, |
| | | {"部门(护卫点)",empBaseInfo.getDeptName(), |
| | |
| | | "婚姻状态",empBaseInfo.getMarriageName()==null?"":empBaseInfo.getMarriageName()}, |
| | | {"身份证有效期",empBaseInfo.getCertificateValidity()==null?"":format1.format(empBaseInfo.getCertificateValidity()), |
| | | "身高(cm)",empBaseInfo.getStature()==null?"":empBaseInfo.getStature(), |
| | | "政治面貌",empBaseInfo.getNativePlaceName()==null?"":empBaseInfo.getNativePlaceName()}, |
| | | "政治面貌",empBaseInfo.getPoliticsName()==null?"":empBaseInfo.getPoliticsName()}, |
| | | {"出生日期",empBaseInfo.getBirthdate()==null?"":format1.format(empBaseInfo.getBirthdate()), |
| | | "最高学历",empBaseInfo.getEducationName()==null?"":empBaseInfo.getEducationName(), |
| | | "籍贯",empBaseInfo.getNativePlaceName()==null?"":empBaseInfo.getNativePlaceName()}, |