shish %!s(int64=2) %!d(string=hai) anos
pai
achega
6aa67f48da
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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');
         ini_set('memory_limit', '2045M');
         set_time_limit(0);
         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)) {
         if (empty($shopList)) {
             util::stop('没有找到门店');
             util::stop('没有找到门店');
         }
         }