update 分账附加说明

This commit is contained in:
2023-07-28 13:30:14 +08:00
parent d74564f2c0
commit c01bb2decc

View File

@@ -945,8 +945,10 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
confirmParams.put("confirm_amt", settleAmount);
// 附加说明
String description = "分账信息:[订单编号:" + orderBasicInfo.getOrderCode() + ", 结算账号:" + adapayMemberAccount.getAdapayMemberId() + "]";
confirmParams.put("description", description);
JSONObject jsonObject = new JSONObject();
jsonObject.put("orderCode", orderBasicInfo.getOrderCode());
jsonObject.put("adapayMemberId", adapayMemberAccount.getAdapayMemberId());
confirmParams.put("description", jsonObject.toJSONString());
// 分账对象信息
DivMember divMember = new DivMember();