This commit is contained in:
邹宗楠
2022-07-13 18:33:52 +08:00
parent b4b3d2f27d
commit 79d03dcaf4

View File

@@ -1022,7 +1022,7 @@ func generateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64
outJxOrder.FreightPrice = outJxOrder.FreightPrice - int64(discountPrice[0].DeliveryFeeDeductionFee)
}
// ?????????????????????? 测试
if storeDetail.ID == 668470 {
if storeDetail.ID == 668470 || jxOrder.UserID == "13E23ABEAE7811EC8D3F525400AE46A6" {
outJxOrder.FreightPrice = 1
}
if err == nil {