@@ -428,6 +428,8 @@ public class PayServiceImpl implements PayService {
routeBalance = balanceAmount.subtract(sellAmount.get("balance"));
serviceCount--;
} else {
+ routeAmount = sellAmount.get("actualAmount");
+ routeBalance = sellAmount.get("balance");
sellCount--;
}