shish 4 лет назад
Родитель
Сommit
eda15daf15
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/ShopController.php

+ 1 - 1
app-hd/controllers/ShopController.php

@@ -25,7 +25,7 @@ class ShopController extends BaseController
     {
         $get = Yii::$app->request->get();
         $mobile = $get['mobile'] ?? '';
-        $shop = ShopClass::getByCondition(['mobile' => $mobile, 'ptStyle' => 1], true);
+        $shop = ShopClass::getByCondition(['mobile' => $mobile], true);
         if (!empty($shop)) {
             util::success(['has' => 1]);
         }