* Fix bug.

This commit is contained in:
zhaoke
2022-12-29 08:28:14 +00:00
parent b49579e153
commit 6233c7ccd5
-1
View File
@@ -323,7 +323,6 @@ class zanodemodel extends model
->leftJoin(TABLE_IMAGE)->alias('t3')->on('t3.id = t1.image')
->where('t1.deleted')->eq(0)
->andWhere("t1.type")->eq("node")
->andWhere("(t1.createdBy = '{$this->app->user->account}')")
->beginIF($query)->andWhere($query)->fi()
->orderBy($orderBy)
->page($pager)