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