mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 分账附加说明
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user