删除测试数据

This commit is contained in:
richboo111
2022-08-22 11:19:10 +08:00
parent 32fbf9491b
commit a0532efa09

View File

@@ -1026,9 +1026,9 @@ func generateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64
} }
} }
// ?????????????????????? 测试 // ?????????????????????? 测试
if storeDetail.ID == 668470 || storeDetail.ID == 668469 { //if storeDetail.ID == 668470 || storeDetail.ID == 668469 {
outJxOrder.FreightPrice = 1 // outJxOrder.FreightPrice = 1
} //}
if err == nil { if err == nil {
if jxOrder.OrderType == model.OrderTypeNormal { if jxOrder.OrderType == model.OrderTypeNormal {
outJxOrder.TotalPrice = outJxOrder.OrderPrice + outJxOrder.FreightPrice outJxOrder.TotalPrice = outJxOrder.OrderPrice + outJxOrder.FreightPrice