소스 검색

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)
                     ->where($where)
                     ->orderBy(['score' => SORT_DESC])
+                    //->limit(1500)   MYSQL 5.7 版本
                     ;
         // 总数
         $product_total_count = $this->_productModel->find()