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