|
|
@@ -2570,7 +2570,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
refundMoney = totalRefundMoney;
|
|
|
if (totalRefundMoney.compareTo(money) > 0) {
|
|
|
refundMoney = money;
|
|
|
- refundBalance = refundMoney.subtract(money);
|
|
|
+ refundBalance = totalRefundMoney.subtract(money);
|
|
|
}
|
|
|
}
|
|
|
remainMonths = remainMonths - 12;
|