|
|
@@ -75,9 +75,6 @@ public class WxOrderGroupServiceImpl implements WxOrderGroupService { |
|
|
int row = wxOrderMapper.updateOrderGroup(wxOrderGroup); |
|
|
int row = wxOrderMapper.updateOrderGroup(wxOrderGroup); |
|
|
if (row == 0) { |
|
|
if (row == 0) { |
|
|
logger.info(">>>>>>>>>>>>参团失败 修改订单状态后定时退款 团单号" + orderGroupId); |
|
|
logger.info(">>>>>>>>>>>>参团失败 修改订单状态后定时退款 团单号" + orderGroupId); |
|
|
order.setOrderStatus(EnumOrderStatus.ORDER_STATUS_COOPERATING_FAILD.getCode()); |
|
|
|
|
|
order.setUpdateDate(new Date()); |
|
|
|
|
|
wxOrderMapper.updateByPrimaryKeySelective(order); |
|
|
|
|
|
throw new MallinkException(ErrorCode.ORDER_GROUP_COOPERATING_FAILD); |
|
|
throw new MallinkException(ErrorCode.ORDER_GROUP_COOPERATING_FAILD); |
|
|
} |
|
|
} |
|
|
wxOrderGroup = wxOrderGroupMapper.selectByPrimaryKey(orderGroupId); |
|
|
wxOrderGroup = wxOrderGroupMapper.selectByPrimaryKey(orderGroupId); |
|
|
|