Commit 4063fc27 by ping.wu

Merge branch 'feature/20210316_小程序外卖单运单异常不取消配送单_wuping' of…

Merge branch 'feature/20210316_小程序外卖单运单异常不取消配送单_wuping' of http://gitlab.freemud.com/order-group-application/order-group
parents 299a2394 fdcd1665
......@@ -172,9 +172,9 @@ public class ThirdDeliveryServiceImpl implements ThirdDeliveryService {
sendException(request.getOrderId(),request.getExceptionDesc(),request.getUpdateTime(),DeliveryStatus.getDeliveryStatusByCode(deliveryStatus).getDesc());
// 取消外卖中台配送单 订单异常
// 如果 "配送单异常并且顾客更改配送地址" 不取消配送单
if (!isDeliveryAbnormalAndCustomerChangedAddress(request)) {
partnerCancelOrder(request.getDeliveryId());
}
// if (!isDeliveryAbnormalAndCustomerChangedAddress(request)) {
// partnerCancelOrder(request.getDeliveryId());
// }
// 运单异常,取消订单
posBaseRequestDto.setReason("没有骑手接单");
posBaseRequestDto.setDeliveryId(request.getDeliveryId());
......
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