Commit a2769525 by huiyang.chen

Merge branch 'feature-2020/8/6-McCafe-会阳' into feature-2020/9/6-fabu-huiyang

parents 01fd6b59 23474629
...@@ -84,8 +84,10 @@ public class McCafeMangerServiceImpl implements OrderManagerService { ...@@ -84,8 +84,10 @@ public class McCafeMangerServiceImpl implements OrderManagerService {
return ResponseUtil.error(ResponseResult.DELIVERY_ASSEMBLY_ACK_ERROR); return ResponseUtil.error(ResponseResult.DELIVERY_ASSEMBLY_ACK_ERROR);
} }
} }
// 异步核销券码 if (!Objects.equals(orderBean.getOrderType(), OrderType.TAKE_OUT.getCode())) {
couponHandle.asyncVerificationCoupon(orderBean); // 异步核销券码
couponHandle.asyncVerificationCoupon(orderBean);
}
return ResponseUtil.success(); 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