Merge branch 'bugfix' into dev
This commit is contained in:
commit
7415823947
@ -659,7 +659,7 @@ export class HuoDongHongDianFun {
|
||||
|
||||
if (element.gudKey == "zhizunyueka") {
|
||||
let logs = await PayFun.getPayLog(call.uid, "zhizunyueka");
|
||||
if (!logs || logs.slice(-1)[0].eTime < G.time) {
|
||||
if (logs.length <= 0 || logs.slice(-1)[0].eTime < G.time) {
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user