This commit is contained in:
wyn
2026-05-21 16:24:34 +08:00
parent 8cd033a56d
commit d9c3243053
3 changed files with 14 additions and 2 deletions

View File

@@ -131,6 +131,9 @@ class ReferenceCheckService
$this->setAmRefCheckStatus($amId, self::AM_STATUS_RUNNING);
}
public function checkOne(){
$this->pushJob(intval(722), 0);
}
public function enqueueByArticle($articleId){
if ($articleId <= 0) {
throw new \InvalidArgumentException('article_id is required');