Ver Fonte

搜索手机尾号

shish há 1 ano atrás
pai
commit
e3d5de93a8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app-ghs/controllers/CustomController.php

+ 1 - 1
app-ghs/controllers/CustomController.php

@@ -628,7 +628,7 @@ class CustomController extends BaseController
         }
         $name = trim($name);
         if (!empty($name)) {
-            if (is_numeric($name) && strlen($name) > 4) {
+            if (is_numeric($name)) {
                 if (stringUtil::isMobile($name)) {
                     $where['mobile'] = $name;
                 } else {