Commit 525cfcc6 by haibo.jiang

修改退配送费逻辑

parent 45bf795f
......@@ -1137,7 +1137,7 @@ public class OrderServiceImpl implements Orderservice {
isRefundDeliveryFee = false;
}
if(PayChannel.SVC.getCode().equals(orderBean.getPayChannel())){
isRefundDeliveryFee = false;
isRefundDeliveryFee = true;
}
// 未接单
......
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