chenhao 4 years ago
parent
commit
182e1f93c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/admin/controller/Customer.php

+ 1 - 1
application/admin/controller/Customer.php

@@ -1590,7 +1590,7 @@ class Customer extends Base
 //                // 判断邮件
 //
                 if (!empty($v[2])) {
-                    $checkEmail = Db::name('customer')->where('emial',$v[2])->where('spread_id',session('uid'))->find();
+                    $checkEmail = Db::name('customer')->where('email',$v[2])->where('spread_id',session('uid'))->find();
                     if ($checkEmail) {
                         $error[] = [
                             'rows'    => $k,