service-fee/src/main/java/com/java110/fee/discount/impl/LateFeeByMonthRule.java
@@ -82,7 +82,7 @@ return computeDiscountDto; } //查询费用 Double month = computeFeeSMOImpl.dayCompare(curTime, endTime); Double month = computeFeeSMOImpl.dayCompare(endTime, curTime); double price = computeFeeSMOImpl.getFeePrice(feeDtos.get(0));