This commit is contained in:
邹宗楠
2023-05-30 15:20:59 +08:00
parent 0ea5208203
commit 816a947ffb
4 changed files with 8 additions and 12 deletions

View File

@@ -589,6 +589,8 @@ func (c *DeliveryHandler) GetDeliverLiquidatedDamages(orderId string, deliverId
}
}
// 直接返回的 原因是,一个订单在达达发布多次运单时,QueryOrderInfo获取到的运单始终是最后一个运单的配送价格!所以直接返回算了!
return localPrice, nil
// 平台状态兑换金额
var vendorPrice int64 = 0
// 未接单不扣款