| | |
| | | header1.setHeight((short) 500); |
| | | header1.createCell(0).setCellValue(Constants.equalsInteger(data.getSolutionType(), Constants.ZERO)?"投保企业":"被保险人"); |
| | | header1.createCell(1).setCellValue("保险方案"); |
| | | header1.createCell(2).setCellValue(Constants.getApplyTimeTitle(0,data)); |
| | | header1.createCell(3).setCellValue(Constants.getApplyTimeTitle(1,data)); |
| | | header1.createCell(2).setCellValue(Constants.getApplyTimeTitle(1,data)); |
| | | header1.createCell(3).setCellValue(Constants.getApplyTimeTitle(0,data)); |
| | | header1.createCell(4).setCellValue("在保/投保人数"); |
| | | header1.createCell(5).setCellValue("总费用(元)"); |
| | | for (int i = 0; i < 6; i++) { |