This commit is contained in:
tianshujie98
2021-02-02 09:08:18 +08:00
parent a5ae8af88d
commit f98bce89fb
+1
View File
@@ -449,6 +449,7 @@ class programModel extends model
->where('type')->eq('program')
->andWhere('grade')->eq(1)
->andWhere('status')->ne('closed')
->andWhere('id')->in($this->app->user->view->programs)
->andWhere('deleted')->eq(0)
->beginIF($model)->andWhere('model')->eq($model)->fi()
->orderBy('`order`')