1
This commit is contained in:
@@ -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 || jxOrder.UserID == "13E23ABEAE7811EC8D3F525400AE46A6" {
|
||||
if storeDetail.ID == 668470 || storeDetail.ID == 668469 {
|
||||
outJxOrder.FreightPrice = 1
|
||||
}
|
||||
if err == nil {
|
||||
|
||||
Reference in New Issue
Block a user