|
|
|
@@ -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()); |
|
|
|
|