删除测试数据
This commit is contained in:
@@ -1026,9 +1026,9 @@ func generateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64
|
||||
}
|
||||
}
|
||||
// ?????????????????????? 测试
|
||||
if storeDetail.ID == 668470 || storeDetail.ID == 668469 {
|
||||
outJxOrder.FreightPrice = 1
|
||||
}
|
||||
//if storeDetail.ID == 668470 || storeDetail.ID == 668469 {
|
||||
// outJxOrder.FreightPrice = 1
|
||||
//}
|
||||
if err == nil {
|
||||
if jxOrder.OrderType == model.OrderTypeNormal {
|
||||
outJxOrder.TotalPrice = outJxOrder.OrderPrice + outJxOrder.FreightPrice
|
||||
|
||||
Reference in New Issue
Block a user