Commit 0fb08e4f by 周晓航

蜜雪->支付信息详情变动

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 82786acd
......@@ -3184,6 +3184,10 @@ public class OrderAdapter {
UnifiedOrderRequest orderPayDto = new UnifiedOrderRequest();
orderPayDto.setPartnerId(orderBean.getCompanyId());
orderPayDto.setBody(paymentRequest.getPrincipalName());
if ("2080".equals(orderBean.getCompanyId())) {
//【ID1035981】【蜜雪冰城】订单C端,拼接order_body字段:蜜雪冰城+门店编号
orderPayDto.setBody("蜜雪冰城"+orderBean.getShopId());
}
orderPayDto.setNotifyUrl(paymentRequest.getReverseNotifyiDcUrl());
orderPayDto.setStoreId(orderBean.getShopId());
orderPayDto.setTransId(transId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment