wangbo 4 سال پیش
والد
کامیت
43be2191ea
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      sms_water/src/main/java/com/huaxu/controller/AppPageReportController.java

+ 0 - 1
sms_water/src/main/java/com/huaxu/controller/AppPageReportController.java

@@ -285,7 +285,6 @@ public class AppPageReportController {
             totalReceivedAmount=totalReceivedAmount.add(amount.getReceivedAmount());
             totalGeneralUser=totalGeneralUser.add(amount.getGeneralUserAmount());
             totalBigUser=totalBigUser.add(amount.getBigUserAmount());
-
             amount.setRecoveryRate(totalReceivableAmount.compareTo(BigDecimal.ZERO)==0? BigDecimal.ZERO : totalReceivedAmount.multiply(new BigDecimal(100)).divide(totalReceivableAmount,3));
         }