shish 2 anni fa
parent
commit
6aa67f48da
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      console/controllers/CpController.php

+ 2 - 2
console/controllers/CpController.php

@@ -19,8 +19,8 @@ class CpController extends Controller
     {
         ini_set('memory_limit', '2045M');
         set_time_limit(0);
-        //$shopList = ShopClass::getAllByCondition(['ptStyle' => 2], null, '*', null, true);
-        $shopList = ShopClass::getAllByCondition(['id' => 36523], null, '*', null, true);
+        $shopList = ShopClass::getAllByCondition(['ptStyle' => 2], null, '*', null, true);
+        //$shopList = ShopClass::getAllByCondition(['id' => 36523], null, '*', null, true);
         if (empty($shopList)) {
             util::stop('没有找到门店');
         }