打印日志

This commit is contained in:
Guoqs
2025-02-19 09:34:35 +08:00
parent 0fdec523dd
commit 5f6ea3dfda
3 changed files with 21 additions and 15 deletions

View File

@@ -846,7 +846,9 @@ public class AdapayService {
String id = (String) settleCount.get("id");
// 发起支付手续费请求 inMemberId为0表示本商户
createBalancePaymentRequest(adapayAccountBalanceVO.getAdapayMemberId(), Constants.ZERO, feeAmt.toString(), "提现手续费", "提现单号:" + id, config.getWechatAppId());
if (BigDecimal.ZERO.compareTo(feeAmt) > 0) {
createBalancePaymentRequest(adapayAccountBalanceVO.getAdapayMemberId(), Constants.ZERO, feeAmt.toString(), "提现手续费", "提现单号:" + id, config.getWechatAppId());
}
// 保存提现记录
ClearingWithdrawInfo record = new ClearingWithdrawInfo();