From 3838c347ab39e638ad65313641ae24397e1f1472 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Tue, 5 Mar 2019 17:11:59 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E4=B8=8B=E5=8D=95=E9=97=AE=E9=A2=98]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iformall/service/impl/WxOrderGroupServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) 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 {