终身卡发放奖励bug修复
This commit is contained in:
xcy 2023-12-28 14:48:52 +08:00
parent 075c60a9f8
commit 96729c719a

View File

@ -64,7 +64,7 @@ export class SchedulerNewDayLocalCtor extends Scheduler {
};
let logs = await G.mongodb.collection("payLogNew").find(
{ key: "zhongshengka", del_time: { $exists: false } }, { projection: { _id: 0, } }
{ key: "zhongshenka", del_time: { $exists: false } }, { projection: { _id: 0, } }
).toArray();
if (logs.length == 0) {