瀏覽代碼

gf yunfei xiufu

NoteStar 5 年之前
父節點
當前提交
69c90bc0a5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      vendor/fancyecommerce/fecshop/services/product/ProductMysqldb.php

+ 1 - 0
vendor/fancyecommerce/fecshop/services/product/ProductMysqldb.php

@@ -1067,6 +1067,7 @@ class ProductMysqldb extends Service implements ProductInterface
                     ->select($select)
                     ->select($select)
                     ->where($where)
                     ->where($where)
                     ->orderBy(['score' => SORT_DESC])
                     ->orderBy(['score' => SORT_DESC])
+                    //->limit(1500)   MYSQL 5.7 版本
                     ;
                     ;
         // 总数
         // 总数
         $product_total_count = $this->_productModel->find()
         $product_total_count = $this->_productModel->find()