shish 2 lat temu
rodzic
commit
30f5826e3e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      common/components/orderSn.php

+ 1 - 1
common/components/orderSn.php

@@ -428,7 +428,7 @@ class orderSn
             if (empty($id)) {
                 util::fail('没有生成手机号');
             }
-            $shop = ShopClass::getByCondition(['mobile' => $id, 'ptStyle' => 1], true);
+            $shop = ShopClass::getByCondition(['mobile' => $id], true);
             if (empty($shop)) {
                 $newMobile = $id;
                 break;