Commit 0ec4d6ed by huiyang.chen

Merge branch 'feature-2020/8/6-McCafe-会阳' into qa

parents 91e272e7 afe85a36
......@@ -58,7 +58,6 @@ public class McCafeMangerServiceImpl implements OrderManagerService {
saasOrderHandle.orderConfirm(orderManagerRequest, orderBean);
//支付成功已经 创建配送单
if (!Objects.equals(orderBean.getOrderType(), OrderType.TAKE_OUT.getCode())) {
if (StringUtils.isNotEmpty(request.getPickUpGoodsNo())){
//更新取餐码
BaseResponse baseResponse = saasOrderHandle.updatePickUpGoodNo(request, orderBean);
......@@ -80,7 +79,6 @@ public class McCafeMangerServiceImpl implements OrderManagerService {
}
// 异步核销券码
couponHandle.asyncVerificationCoupon(orderBean);
}
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