@@ -78,7 +78,7 @@ class SeminarSignUpService
$cnt = $this->signupDb
->where('trackNo', '=', $trackNo)
->where('companyEmail', '=', $companyEmail)
- ->where('phoneNumber', '=', $phoneNumber)
+ // ->where('phoneNumber', '=', $phoneNumber)
->count();
\Log::info($cnt);