|
|
|
@@ -297,8 +297,9 @@ public class WxCardSpendServiceImpl implements WxCardSpendService { |
|
|
|
} else { |
|
|
|
logger.error("微信分账: 未找到payorder or merchant at orderid-" + orderId); |
|
|
|
} |
|
|
|
} catch (Exception e) { |
|
|
|
} catch (MallinkException e) { |
|
|
|
logger.error("微信分账: " + e.getMessage()); |
|
|
|
throw new MallinkException(e.getErrorCode(), e.getMessage()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|