java110
2021-11-18 61f94da0f30e58891ac41b6170791f0407ecb8ab
优化代码
1个文件已修改
2 ■■■ 已修改文件
service-report/src/main/java/com/java110/report/smo/impl/GeneratorFeeMonthStatisticsInnerServiceSMOImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-report/src/main/java/com/java110/report/smo/impl/GeneratorFeeMonthStatisticsInnerServiceSMOImpl.java
@@ -787,7 +787,7 @@
        month = Math.ceil(month);
        if (month == 0) {
            logger.debug("相差月份为0,{}", JSONObject.toJSONString(tmpReportFeeDto);
            logger.debug("相差月份为0,{}", JSONObject.toJSONString(tmpReportFeeDto));
            return tmpReportFeeDto.getFeePrice();
        }