WIN-2308041133\Administrator 1 mese fa
parent
commit
beb10e6d81
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app/services/product/product/StoreCategoryServices.php

+ 2 - 2
app/services/product/product/StoreCategoryServices.php

@@ -320,9 +320,9 @@ class StoreCategoryServices extends BaseServices
         if ($limit) {
         if ($limit) {
             return $this->dao->getALlByIndex($where, 'id,cate_name,pid,pic', $limit);
             return $this->dao->getALlByIndex($where, 'id,cate_name,pid,pic', $limit);
         } else {
         } else {
-            return CacheService::remember('CATEGORY', function () {
+//            return CacheService::remember('CATEGORY', function () {
                 return $this->dao->getCategory();
                 return $this->dao->getCategory();
-            });
+//            });
         }
         }
     }
     }