jiangping
2024-06-26 70a391a8b8013d56383e876a0b2a10ceafdd22c9
提交一把
已修改2个文件
8 ■■■■ 文件已修改
server/service/src/main/java/com/doumee/core/annotation/excel/ExcelExporter.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
server/service/src/main/java/com/doumee/core/utils/Constants.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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++) {
server/service/src/main/java/com/doumee/core/utils/Constants.java
@@ -116,9 +116,9 @@
            }
        }else{
            if(Constants.equalsInteger(model.getSolutionType(),Constants.ONE)){
                return  Constants.equalsInteger(model.getUnionApplyTbdStatus(),Constants.THREE)?"保险生效止期":"期望保险生效止期";
                return  Constants.equalsInteger(model.getUnionApplyTbdStatus(),Constants.THREE)?"保险生效止期":"预计生效止期";
            }else{
                return  Constants.equalsInteger(model.getStatus(), InsuranceApplyStatus.UPLOAD_INSURANCE.getKey())?"保险生效止期":"期望保险生效止期";
                return  Constants.equalsInteger(model.getStatus(), InsuranceApplyStatus.UPLOAD_INSURANCE.getKey())?"保险生效止期":"预计生效止期";
            }
        }