jiangping
2024-06-26 2b773dd14058d4eeacb38b0813edecc86170fd0c
server/service/src/main/java/com/doumee/core/annotation/excel/ExcelExporter.java
@@ -517,8 +517,8 @@
            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++) {