This commit is contained in:
aozhiwei 2023-07-14 17:24:11 +08:00
parent ba7d56f4fa
commit 6627a17a26

View File

@ -48,6 +48,7 @@ class PriceUpdate extends BaseEventProcess {
} }
return true; return true;
}); });
await this.markOk();
} }
} }