service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/impl/GetReportFeeMonthStatisticsBMOImpl.java
@@ -55,6 +55,7 @@ @Autowired private IOwnerInnerServiceSMO ownerInnerServiceSMOImpl; @Autowired private IComputeFeeSMO computeFeeSMOImpl; /** @@ -928,7 +929,7 @@ for (Map paramIn : reportFeeMonthStatisticsDtos) { startTime = (Date) paramIn.get("startTime"); endTime = (Date) paramIn.get("startTime"); endTime = (Date) paramIn.get("endTime"); BigDecimal money = (BigDecimal) paramIn.get("oweAmount"); double month = Math.ceil(computeFeeSMOImpl.dayCompare(startTime, endTime)); if (month < 1) {