feat : sts

This commit is contained in:
2025-06-11 10:51:18 +08:00
parent 67f07881ce
commit a4ad14c823

View File

@@ -37,7 +37,7 @@ class RankTask
try {
(new RankTaskService)->handle();
}catch (Exception $e){
$this->log->error($e->getMessage());
$this->log->error(__CLASS__.$e->getMessage());
}
}
}