shish %!s(int64=2) %!d(string=hai) anos
pai
achega
85d54ce7cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      console/controllers/TestController.php

+ 1 - 1
console/controllers/TestController.php

@@ -28,7 +28,7 @@ class TestController 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' => ['in', [23580, 11094]]], null, '*', null, true);
         if (!empty($shopList)) {
         if (!empty($shopList)) {
             foreach ($shopList as $shop) {
             foreach ($shopList as $shop) {
                 $mainId = $shop->mainId ?? 0;
                 $mainId = $shop->mainId ?? 0;