fix:
终身卡发放奖励bug修复
This commit is contained in:
parent
075c60a9f8
commit
96729c719a
@ -64,7 +64,7 @@ export class SchedulerNewDayLocalCtor extends Scheduler {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let logs = await G.mongodb.collection("payLogNew").find(
|
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();
|
).toArray();
|
||||||
|
|
||||||
if (logs.length == 0) {
|
if (logs.length == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user