* Fix bug#20268.

This commit is contained in:
xieqiyu
2022-03-02 15:25:33 +08:00
parent a0a2e7e95b
commit e30e3f81d3
+1 -1
View File
@@ -360,7 +360,7 @@ class productModel extends model
->andWhere('t2.vision')->eq($this->config->vision)
->beginIF(strpos($status, 'noclosed') !== false)->andWhere('t2.status')->ne('closed')->fi()
->orderBy($orderBy . 't2.order asc')
->fetchAll('id');
->fetchAll();
$products = array();
foreach($projectProducts as $product)