wuxw
2024-04-24 81f9e1c00de0e5715fb3ba9cd8e21d3f417a955b
service-job/src/main/java/com/java110/job/export/adapt/DataFeeManualCollectionAdapt.java
@@ -289,7 +289,14 @@
            cell1.setCellValue(squarePrice);
            cell1.setCellStyle(cellStyle);
            cell2 = row.createCell(2);
            //todo 不能只展示面积
            cell2.setCellValue(roomDto.getBuiltUpArea());
            if (!StringUtil.isEmpty(feeObj.getString("curDegrees"))) {
                BigDecimal degrees = new BigDecimal(feeObj.getString("curDegrees"))
                        .subtract(new BigDecimal(feeObj.getString("preDegrees")));
                cell2.setCellValue(degrees.doubleValue());
            }
            cell2.setCellStyle(cellStyle);
            cell3 = row.createCell(3);
            if (feeObj.containsKey("curDegrees")) {