shish 3 лет назад
Родитель
Сommit
ef38bc0b01
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app-pt/controllers/TestController.php

+ 2 - 1
app-pt/controllers/TestController.php

@@ -43,7 +43,8 @@ class TestController extends PublicController
         $currentStartTime = $currentStartDate . ' 00:00:00';
         $currentEndTime = $currentEndDate . ' 23:59:59';
 
-        $shopId = 763;
+        //$shopId = 763;
+        $shopId = 4892;
         $shop = ShopClass::getById($shopId, true);
         $mainId = $shop->mainId ?? 0;