Merge branch 'sprint/193_hufangzhou_54990' into 'master'
* Finish task #54990. See merge request easycorp/zentaopms!3585
This commit is contained in:
@@ -270,7 +270,7 @@ class productModel extends model
|
||||
->orWhere('t1.createdBy')->eq($this->app->user->account)
|
||||
->markRight(1)
|
||||
->fi()
|
||||
->orderBy('t1.order_asc')
|
||||
->orderBy('t1.program_asc,t1.order_asc')
|
||||
->beginIF($limit > 0)->limit($limit)->fi()
|
||||
->fetchAll('id');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user