Commit 302ec7f0 by 王世昌

拼团订单先通知促销,再退款和取消订单

parent f3ceb1c8
......@@ -811,7 +811,7 @@ public class MallOrderServiceImpl implements MallOrderService {
BaseOrderResponse baseResponseDto = orderCenterSdkService.editAfterSalesExpress(editAfterSalesExpressRequest);
if (!RESPONSE_SUCCESS_CODE.equals(baseResponseDto.getErrcode())) {
return ResponseUtil.error(ResponseResult.ORDER_REFUND_EXPRESS_ERROR.getCode(), baseResponseDto.getErrmsg());
return ResponseUtil.error(ResponseResult.ORDER_REFUND_EXPRESS_ERROR);
}
}
return ResponseUtil.success();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment