chenhao 4 years ago
parent
commit
4f8b936481
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/admin/model/CustomerModel.php

+ 1 - 1
application/admin/model/CustomerModel.php

@@ -126,7 +126,7 @@ class CustomerModel extends Model
      */
     public function checkCustomer($email,$company,$website)
     {
-        return  $this->where('email',$email)->wehre('company',$company)->where('website','like','%'.$website.'%')->where('status','in','1,2,3')->find();
+        return  $this->where('email',$email)->where('company',$company)->where('website','like','%'.$website.'%')->where('status','in','1,2,3')->find();
     }
     /**
      * 建档人数检测