shish hace 4 años
padre
commit
eda15daf15
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]);
         }