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));
         }