java110-core/src/main/java/com/java110/core/smo/impl/ComputeFeeSMOImpl.java
@@ -659,6 +659,8 @@ feePrice = new BigDecimal(Double.parseDouble(feeDto.getAmount())); } else if ("7007".equals(computingFormula)) { //自定义公式 feePrice = computeRoomCustomizeFormula(feeDto, roomDto); } else if ("8008".equals(computingFormula)) { //手动动态费用 feePrice = new BigDecimal(Double.parseDouble(feeDto.getAmount())); } else { throw new IllegalArgumentException("暂不支持该类公式"); } @@ -714,8 +716,9 @@ /** * C 代表房屋对应小区面积 * <p> * R 代表房屋面积 * * @param feeDto * @param ownerCarDto * @return