Index: /branches/dev/data/class/SC_CustomerList.php
===================================================================
--- /branches/dev/data/class/SC_CustomerList.php	(revision 12529)
+++ /branches/dev/data/class/SC_CustomerList.php	(revision 12530)
@@ -207,7 +207,7 @@
             //¥É¥á¥¤¥ó»ØÄê»þ
             if($domain == 2 || $domain == 3) {
+            	foreach($arrDomainType as $val) {
             	//PC¥É¥á¥¤¥ó
-            	if($domain == 2) {
-	            	foreach($arrDomainType as $val) {
+            	    if($domain == 2) {
 	            		switch($this->arrSql['mail_type']){
 	            			case '1':
@@ -225,13 +225,8 @@
         		    	        }
         		    	        break;
-	        		    }
-		        	    $searchDomain = $this->addSearchStr($val);
-		        	    $this->arrVal[] = $searchDomain;
-		            }
-		            $this->setWhere($sql_where);
-            	}
+	            		}
+	        		}
             	//¥â¥Ð¥¤¥ë¥É¥á¥¤¥ó
-            	if($domain == 3) {
-	            	foreach($arrDomainType as $val) { 
+            	    if($domain == 3) {
 	        		    switch($this->arrSql['mail_type']){
 	        		    	case '1':
@@ -247,11 +242,12 @@
         		    	        } else {
             	                    $sql_where .= "OR dtb_customer.email_mobile LIKE ? " ;
-        		    	    }
+        		    	        }
+        		    	        break;
 	        		    }
+            	    }
 		        	    $searchDomain = $this->addSearchStr($val);
 		        	    $this->arrVal[] = $searchDomain;
-		            }
-		            $this->setWhere($sql_where);
-            	}
+		        }
+		        $this->setWhere($sql_where);
             }  
         }  
