fix ocm tally
This commit is contained in:
parent
938ac7ceb3
commit
d200b354fc
@ -125,6 +125,7 @@ export async function ocmTallying(body: wm.protobuf.LoadGhostCompetitionInfoRequ
|
|||||||
// Check if someone is retiring or use cheat engine time up
|
// Check if someone is retiring or use cheat engine time up
|
||||||
let checkPlayRecord = await prisma.oCMPlayRecord.findMany({
|
let checkPlayRecord = await prisma.oCMPlayRecord.findMany({
|
||||||
where:{
|
where:{
|
||||||
|
competitionId: body.competitionId,
|
||||||
NOT: {
|
NOT: {
|
||||||
carId:{ in: arr }
|
carId:{ in: arr }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user