Commit 394885f5 by haibo.jiang

修改svc 退配送费 配置

parent 48fee391
......@@ -1138,7 +1138,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