Index: /branches/dev/data/class/SC_CustomerList.php
===================================================================
--- /branches/dev/data/class/SC_CustomerList.php	(revision 14109)
+++ /branches/dev/data/class/SC_CustomerList.php	(revision 14131)
@@ -205,8 +205,8 @@
         	global $arrDomainType;
         	$sql_where = "";
-        	//¥É¥á¥¤¥ó»ØÄê¡££±¤Ï»ØÄê¤·¤Ê¤¤¡¢£²¤Ï£Ð£Ã¡¢£³¤Ï·ÈÂÓ
-        	if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] > 1) {
+        	//¥É¥á¥¤¥ó»ØÄê¡££±¤Ï£Ð£Ã¡¢£²¤Ï·ÈÂÓ
+        	if ( $this->arrSql['domain'] > 0 ) {
         		foreach($arrDomainType as $val) {
-        			if($this->arrSql['domain'] == 2) {
+        			if($this->arrSql['domain'] == 1) {
         				if($sql_where == "") {
         					$sql_where .= "dtb_customer.email NOT ILIKE ? ";
@@ -214,5 +214,5 @@
         					$sql_where .= "AND dtb_customer.email NOT ILIKE ? " ;
         				}
-        			} elseif($this->arrSql['domain'] == 3) {
+        			} elseif($this->arrSql['domain'] == 2) {
         				if($sql_where == "") {
         					$sql_where .= "dtb_customer.email ILIKE ? ";
