Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12364)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12365)
@@ -199,5 +199,4 @@
 		}
 
-print_r($this->arrSql);		
 		//¥É¥á¥¤¥ó»ØÄê
         if ( $mode == 'magazine' ){
@@ -221,5 +220,17 @@
 //        	}
 
-
+        	$val = $this->arrSql['domain']
+        	switch($val){
+        		case 2:
+//        			if(DB_TYPE == "pgsql"){
+//				$this->setWhere( "(email || email_mobile LIKE ?)" );
+//			}elseif(DB_TYPE == "mysql"){
+//				$this->setWhere("concat(email,email_mobile) LIKE ?" );
+//			}
+			$searchDomainType = $this->addSearchStr("@docomo.ne.jp");
+            print_r($searchDomaintype);
+            
+        }
+print_r($this->arrSql);
         }
 		
