no message
This commit is contained in:
parent
95433ec4c5
commit
b7f5ee4ea6
@ -131,7 +131,7 @@ final class ArticleSchema
|
||||
{
|
||||
|
||||
echo "\ncacheTgSave::开始\n";
|
||||
$iCacheTimeDelay = 360; // 延迟6分钟
|
||||
$iCacheTimeDelay = 600; // 延迟10分钟
|
||||
|
||||
$oCacheTime = ModelArticleCacheTime::first();
|
||||
$iCacheTime = $oCacheTime->time;
|
||||
|
||||
@ -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 = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user