fix:跨服邮件定时器
This commit is contained in:
parent
91f14c69ce
commit
d4634f729e
@ -29,6 +29,9 @@ export class CrossEmailPull extends Scheduler {
|
|||||||
}
|
}
|
||||||
await EmailFun.addEmail(email)
|
await EmailFun.addEmail(email)
|
||||||
})
|
})
|
||||||
|
if (res.res.emails.length > 0) {
|
||||||
|
G.clientCross.callApi("email/DelCrossEmail", {eids: res.res.emails.map(e => e._id)})
|
||||||
|
}
|
||||||
})
|
})
|
||||||
await this.ctorStartTime()
|
await this.ctorStartTime()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user