shish 2 лет назад
Родитель
Сommit
6aa67f48da
1 измененных файлов с 2 добавлено и 2 удалено
  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('没有找到门店');
         }