wuxw
2022-05-10 8f61316069a6ffffb0998ed3f498bd4e3acc77e4
service-fee/src/main/java/com/java110/fee/discount/impl/LateFeeByMonthRule.java
old mode 100644 new mode 100755
@@ -29,6 +29,7 @@
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
import java.util.Map;
/**
 * @desc add by 吴学文 12:43
@@ -84,9 +85,9 @@
        //查询费用
        Double month = computeFeeSMOImpl.dayCompare(endTime, curTime);
        double price = computeFeeSMOImpl.getFeePrice(feeDtos.get(0));
        Map feePriceAll = computeFeeSMOImpl.getFeePrice(feeDtos.get(0));
        BigDecimal priceDec = new BigDecimal(price);
        BigDecimal priceDec = new BigDecimal(feePriceAll.get("feePrice").toString());
        BigDecimal monthDec = new BigDecimal(month);