xxxrrrdddd 2 éve
szülő
commit
f1e4a525fc
2 módosított fájl, 1 hozzáadás és 4 törlés
  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'])) {