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