mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
控制绑定优惠券方法的日志打印频率, 5分钟打印一次
This commit is contained in:
@@ -814,6 +814,7 @@ public class AdapayService {
|
||||
// 提现金额为昨日金额 withdrawalAmount
|
||||
BigDecimal withdrawalAmount = adapayAccountBalanceVO.getLastAvlBalance();
|
||||
|
||||
|
||||
// 提现手续费 每笔固定5元 2025年2月13日11点47分手续费改为参数传入
|
||||
// BigDecimal feeAmt = new BigDecimal("5");
|
||||
BigDecimal feeAmt = new BigDecimal(dto.getFeeAmt());
|
||||
|
||||
Reference in New Issue
Block a user