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