mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
提现手续费改为5元
This commit is contained in:
@@ -454,7 +454,7 @@ public class AdapayMemberService {
|
||||
}
|
||||
|
||||
// 提现手续费 每笔固定10元
|
||||
BigDecimal feeAmt = new BigDecimal("10");
|
||||
BigDecimal feeAmt = new BigDecimal("5");
|
||||
|
||||
// 实际提现到账金额
|
||||
BigDecimal cashAmt = adapayAccountBalanceVO.getAvlBalance().subtract(feeAmt);
|
||||
|
||||
Reference in New Issue
Block a user