This commit is contained in:
aozhiwei 2023-07-11 13:58:25 +08:00
parent 78b6bbde8d
commit 96883ca851

View File

@ -149,6 +149,7 @@ class PullDbEvent extends BaseService {
if (row) {
return BigInt(row['last_idx']);
}
break;
}
return BigInt(0);
}