Merge branch 'sprint/193_hufangzhou_54990' into 'master'

* Finish task #54990.

See merge request easycorp/zentaopms!3585
This commit is contained in:
王怡栋
2022-05-25 07:09:26 +00:00
+1 -1
View File
@@ -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');
}