mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 查询分账数据
This commit is contained in:
@@ -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, ","));
|
||||
|
||||
Reference in New Issue
Block a user