java110 4 lat temu
rodzic
commit
bb887e411c

+ 1 - 0
service-report/src/main/java/com/java110/report/smo/impl/GeneratorFeeMonthStatisticsInnerServiceSMOImpl.java

@@ -787,6 +787,7 @@ public class GeneratorFeeMonthStatisticsInnerServiceSMOImpl implements IGenerato
         month = Math.ceil(month);
 
         if (month == 0) {
+            logger.debug("相差月份为0,{}", JSONObject.toJSONString(tmpReportFeeDto);
             return tmpReportFeeDto.getFeePrice();
         }