Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12366)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12367)
@@ -221,6 +221,5 @@
 
         	$val = $this->arrSql['domain']
-        	switch($val){
-        		case 2:
+        	if($val==3){
 //        			if(DB_TYPE == "pgsql"){
 //				$this->setWhere( "(email || email_mobile LIKE ?)" );
@@ -228,11 +227,11 @@
 //				$this->setWhere("concat(email,email_mobile) LIKE ?" );
 //			}
+			$sql_where .= "dtb_customer.email_mobile LIKE ? ";
+			$this->setWhere($sql_where);
 			$searchDomainType = $this->addSearchStr("@docomo.ne.jp");
-            print_r($searchDomaintype);
-            break;
-        		default;
             
         }
-print_r($this->arrSql);
+        
+//print_r($this->arrSql);
         }
 		
