Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 14017)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 14031)
@@ -206,7 +206,7 @@
         	$sql_where = "";
         	//¥É¥á¥¤¥ó»ØÄê¡££±¤Ï»ØÄê¤·¤Ê¤¤¡¢£²¤Ï£Ð£Ã¡¢£³¤Ï·ÈÂÓ
-        	if ( $this->arrSql['domain'] > 1 ) {
+        	if (!$this->arrSql['domain'] == 1 && $this->arrSql['domain'] == 2 ) {
         		foreach($arrDomainType as $val) {
-        			if($this->arrSql['domain'] == '3') {
+        			if($this->arrSql['domain'] == 2) {
         				if($sql_where == "") {
         					$sql_where .= "dtb_customer.email ILIKE ? ";
