|
|
|
@@ -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) { |
|
|
|
|