Browse Source

// test

release_toaliyun_real
xhxu 3 years ago
parent
commit
6ef3d00a63
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxPayOrderServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxPayOrderServiceImpl.java View File

@@ -583,7 +583,7 @@ public class WxPayOrderServiceImpl implements WxPayOrderService {
Map<String,WxComposeChildOrderShare> childShares = new HashMap<String,WxComposeChildOrderShare>();
Long merchant_id = null;
String merchant_uid = "";
if(EnumPayMchType.DIRECT.equals(record.getMchType())){//直连模式记录收款商户
if(EnumPayMchType.DIRECT.getCode().equals(record.getMchType())){//直连模式记录收款商户
merchant_id = user.getMerchantId();
WxProfitSharingReceiver receiver = payShareServie.getReceiver(payAccount, merchant_id, null, record.getMchType());
// merchant_uid = wxCouponChannelService.getCouponOneMerchantUid(payWay,merchant_id,o.getTenantId());


Loading…
Cancel
Save