no message

This commit is contained in:
hellcat 2025-11-27 20:31:44 +08:00
parent 95433ec4c5
commit b7f5ee4ea6
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ final class ArticleSchema
{
echo "\ncacheTgSave::开始\n";
$iCacheTimeDelay = 360; // 延迟6分钟
$iCacheTimeDelay = 600; // 延迟10分钟
$oCacheTime = ModelArticleCacheTime::first();
$iCacheTime = $oCacheTime->time;

View File

@ -48,7 +48,7 @@ class Book extends Base {
{
$this->oRag = $this->_getParentRag();
if ($this->oRag->option) {
if ($this->oRag && $this->oRag->option) {
$this->aRagOption = json_decode($this->oRag->option, true);
} else {
$this->aRagOption = [];