Commit af9640d7 by 徐康

bug日志

parent c76e15de
...@@ -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