This commit is contained in:
Gitea
2022-03-30 09:13:50 +08:00
parent 15dfc6576b
commit 557aa3c555
179 changed files with 6115 additions and 4092 deletions

View File

@@ -67,7 +67,8 @@ class SitemapModel extends Model
$where = array(
'a.status=1',
'c.type=2'
'c.type=2',
"a.date<'" . date('Y-m-d H:i:s') . "'"
);
return parent::table('ay_content a')->field($fields)