|
|
@@ -78,7 +78,7 @@ public class WxOrderGroupServiceImpl implements WxOrderGroupService { |
|
|
throw new MallinkException(ErrorCode.DB_FAIL); |
|
|
throw new MallinkException(ErrorCode.DB_FAIL); |
|
|
} |
|
|
} |
|
|
//更新order |
|
|
//更新order |
|
|
order.setOrderStatus(EnumOrderStatus.ORDER_STATUS_COOPERATING.getCode()); |
|
|
|
|
|
|
|
|
order.setOrderStatus(wxOrderGroup.getStatus()); |
|
|
order.setPressEndDate(wxOrderGroup.getExpiredDate()); |
|
|
order.setPressEndDate(wxOrderGroup.getExpiredDate()); |
|
|
order.setOrderGroupId(wxOrderGroup.getId()); |
|
|
order.setOrderGroupId(wxOrderGroup.getId()); |
|
|
try { |
|
|
try { |
|
|
|