|
|
|
@@ -2601,13 +2601,14 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
sharingOrder.updateTenantInfo(wxPayOrder); |
|
|
|
sharingOrder.setTransactionId(wxPayOrder.getTransactionId()); |
|
|
|
wxProfitSharingOrderService.createSharingOrder(sharingOrder,wxPayOrder); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
logger.error("微信分账: 未找到payorder or merchant at orderid-" + orderId); |
|
|
|
} |
|
|
|
} catch (MallinkException e) { |
|
|
|
logger.error("微信分账: " + e.getMessage(),e); |
|
|
|
} catch (Exception e){ |
|
|
|
logger.error("微信分账"+e.getMessage(),e); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|