Bläddra i källkod

手机号搜索

xxxrrrdddd 2 år sedan
förälder
incheckning
f1e4a525fc
2 ändrade filer med 1 tillägg och 4 borttagningar
  1. 1 1
      LICENSE
  2. 0 3
      application/admin/controller/Mobile.php

+ 1 - 1
LICENSE

@@ -1 +1 @@
-1,8,9,4,5,3,2,6
+22995

+ 0 - 3
application/admin/controller/Mobile.php

@@ -528,9 +528,6 @@ class Mobile extends Backend
             }
             Db::startTrans();
             $this->validate($data, \app\admin\validate\Mobile::class);
-            /*if($this->model->where('no',$data['no'])->find()){
-                $this->error('手机号码已存在');
-            }*/
             $data['type'] = 1;
             $info = [];
             if (isset($data['describe'])) {