test storeID

This commit is contained in:
richboo111
2023-05-29 14:43:36 +08:00
parent 66998a2743
commit a9bc1c7547

View File

@@ -1027,7 +1027,7 @@ func generateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64
} }
} }
// ?????????????????????? 测试 // ?????????????????????? 测试
if storeDetail.ID == 668470 || storeDetail.ID == 668469 { if storeDetail.ID == 668470 || storeDetail.ID == 668469 || storeDetail.ID == 800397 {
outJxOrder.FreightPrice = 1 outJxOrder.FreightPrice = 1
} }