update 查询分账数据

This commit is contained in:
Guoqs
2025-03-28 10:10:49 +08:00
parent 3eaac97160
commit a30f8f26b6
3 changed files with 2067 additions and 21 deletions

View File

@@ -1036,7 +1036,7 @@ public class AdapayService {
confirmParams.put("confirm_amt", AdapayUtil.formatAmount(confirmAmt));
// 参与分账的会员列表
List<String> adapayMemberIdList = adapayMemberAccounts.stream().map(DivMember::getMemberId).collect(Collectors.toList());
// 附加说明
// TODO 附加说明, 记录每个账户分账金额
JSONObject jsonObject = new JSONObject();
jsonObject.put("orderCode", orderCode);
jsonObject.put("adapayMemberIds", StringUtils.join(adapayMemberIdList, ","));