Browse Source

Merge branch 'adapay_new'

周箭河 5 years ago
parent
commit
f5a018ffce

+ 2 - 0
mec-biz/src/main/java/com/ym/mec/biz/service/impl/PayServiceImpl.java

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