Commit 7f8d31b8 by 徐康

Merge branch 'feature/20200727_麦咖啡p1v2支付券码路由' into qa

parents 2a9321a6 af9640d7
...@@ -1074,6 +1074,7 @@ public class MCCafeOrderServiceImpl implements MCCafeOrderService { ...@@ -1074,6 +1074,7 @@ public class MCCafeOrderServiceImpl implements MCCafeOrderService {
isRefundDeliveryFee = false; isRefundDeliveryFee = false;
} }
System.out.println(JSON.toJSONString(orderBean));
//申请取消配送单/取消配送单 //申请取消配送单/取消配送单
BaseResponseDto deliveryBaseResponse = new BaseResponseDto(); BaseResponseDto deliveryBaseResponse = new BaseResponseDto();
if(OldOrderType.TAKE_OUT.getCode().equals(orderBean.getOrderType())) { if(OldOrderType.TAKE_OUT.getCode().equals(orderBean.getOrderType())) {
......
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