From b88c3f5e9de51d43b19e2fe07da75dcdd3d56161 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 13 Mar 2019 16:52:18 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E9=80=80=E6=AC=BE=E5=8E=BB=E5=BA=93=E5=AD=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 c50a5f419..ed793841f 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxOrderGroupServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxOrderGroupServiceImpl.java @@ -296,6 +296,8 @@ public class WxOrderGroupServiceImpl implements WxOrderGroupService { for (WxOrder temp : list) { if (temp.getOrderStatus().equals(EnumOrderStatus.ORDER_STATUS_COOPERATING_OVERTIME.getCode()) || temp.getOrderStatus().equals(EnumOrderStatus.ORDER_STATUS_COOPERATING_CANCEL.getCode())) { + //去库存 + wxOrderService.stockBack(order); ResultData resultData = WxRefundOrderService.returnMoney(appinfo, temp.getId()); logger.info("拼团不成功时的退款返回信息:" + resultData + "resultData.code == ResultData.SUCCESS" + (resultData.code == ResultData.SUCCESS)); if (resultData.code == ResultData.SUCCESS) {