|
|
|
@@ -1771,7 +1771,7 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
logger.error("微信分账: 未找到payorder or merchant at orderid-" + orderId); |
|
|
|
} |
|
|
|
} catch (MallinkException e) { |
|
|
|
logger.error("微信分账: " + e.getMessage()); |
|
|
|
logger.error("微信分账: " + e.getMessage(),e); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|