|
|
|
@@ -76,6 +76,7 @@ public class WxOrderGroupServiceImpl implements WxOrderGroupService { |
|
|
|
if (row == 0) { |
|
|
|
//参团失败 修改订单状态后定时退款 |
|
|
|
order.setOrderStatus(EnumOrderStatus.ORDER_STATUS_COOPERATING_FAILD.getCode()); |
|
|
|
order.setUpdateDate(new Date()); |
|
|
|
wxOrderMapper.updateByPrimaryKeySelective(order); |
|
|
|
throw new MallinkException(ErrorCode.ORDER_GROUP_COOPERATING_FAILD); |
|
|
|
} |
|
|
|
|