diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxOrderGroupServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxOrderGroupServiceImpl.java index 1d9505dc9..0d697eb7b 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxOrderGroupServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxOrderGroupServiceImpl.java @@ -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 {