This commit is contained in:
aozhiwei 2023-07-11 14:01:40 +08:00
parent 96883ca851
commit 48b7645dfd

View File

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