|
|
|
@@ -172,7 +172,6 @@ public class WxOrderGroupServiceImpl implements WxOrderGroupService { |
|
|
|
wxOrderService.sendOrderSuccessActionMsg(temp); |
|
|
|
} catch (Exception e) { |
|
|
|
logger.error("内部消息发送失败: " + e.getMessage()); |
|
|
|
throw new MallinkException(ErrorCode.MSG_INSIDE_ERROR); |
|
|
|
} |
|
|
|
} |
|
|
|
// 拼团成功后,取消待支付订单 |
|
|
|
|