|
@@ -50,7 +50,7 @@ public class BackPolicyUtil {
|
|
|
Long totalRechargeAmount = null;
|
|
|
if (backUnit == BackUnitEnum.LARGE_AMOUNT) {
|
|
|
Long totalAmount = backPolicyCheck.totalRechargeAmount();
|
|
|
- totalAmount = totalAmount == null ? rechargeMoney : totalAmount + rechargeMoney;
|
|
|
+ totalRechargeAmount = totalAmount == null ? rechargeMoney : totalAmount + rechargeMoney;
|
|
|
}
|
|
|
|
|
|
Boolean firstPolicy = null;
|