소스 검색

客户列表

shish 3 년 전
부모
커밋
66e4d2160e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app-ghs/controllers/CustomController.php

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

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