no message

This commit is contained in:
hellcat 2025-11-22 21:05:26 +08:00
parent 8bfe7cd37b
commit 47342564ff

View File

@ -17,6 +17,7 @@ class ArticleCache extends Base {
{
$this->oDog = new Dog(new ModelArticleCache());
$this->oDog->_setDogName("articleCache");
$this->oDog->_setJsonField(["content"]);
$this->oDog->_setStrField(["content"]);
$this->aUpdate = $aUpdate;
}