Index: /branches/dev/data/class/SC_CustomerList.php
===================================================================
--- /branches/dev/data/class/SC_CustomerList.php	(revision 12530)
+++ /branches/dev/data/class/SC_CustomerList.php	(revision 12531)
@@ -211,18 +211,20 @@
             	    if($domain == 2) {
 	            		switch($this->arrSql['mail_type']){
-	            			case '1':
-	            			    if($sql_where == "") {
-        		    		        $sql_where .= "dtb_customer.email NOT ILIKE ? ";
-        		    	        } else {
-            	                    $sql_where .= "AND dtb_customer.email NOT LIKE ? " ;
-        		    	        }
-        		    	        break;
-        		    	    case '2':
-        		    	        if($sql_where == "") {
-        		    		        $sql_where .= "dtb_customer.email_mobile NOT ILIKE ? ";
-        		    	        } else {
-            	                    $sql_where .= "AND dtb_customer.email_mobile NOT LIKE ? " ;
-        		    	        }
-        		    	        break;
+	            		//¥Ñ¥½¥³¥óÍÑ
+	            	    case '1':
+	            		    if($sql_where == "") {
+        		    	        $sql_where .= "dtb_customer.email NOT ILIKE ? ";
+        		            } else {
+            	                $sql_where .= "AND dtb_customer.email NOT LIKE ? " ;
+        		    	    }
+        		    	    break;
+        		    	//·ÈÂÓÍÑ
+        		        case '2':
+        		            if($sql_where == "") {
+        		    	        $sql_where .= "dtb_customer.email_mobile NOT ILIKE ? ";
+        		            } else {
+            	                $sql_where .= "AND dtb_customer.email_mobile NOT LIKE ? " ;
+        		    	    }
+        		    	    break;
 	            		}
 	        		}
@@ -230,18 +232,20 @@
             	    if($domain == 3) {
 	        		    switch($this->arrSql['mail_type']){
-	        		    	case '1':
-	            	            if($sql_where == "") {
-        		    		        $sql_where .= "dtb_customer.email ILIKE ? ";
-        		    	        } else {
-            	                    $sql_where .= "OR dtb_customer.email LIKE ? " ;
-        		    	        }
-        		    	        break;
-	        	    	    case '2':
-	        		            if($sql_where == "") {
-        		    		        $sql_where .= "dtb_customer.email_mobile ILIKE ? ";
-        		    	        } else {
-            	                    $sql_where .= "OR dtb_customer.email_mobile LIKE ? " ;
-        		    	        }
-        		    	        break;
+	        		    //¥Ñ¥½¥³¥óÍÑ
+	        		    case '1':
+	            	        if($sql_where == "") {
+        		    		    $sql_where .= "dtb_customer.email ILIKE ? ";
+        		    	    } else {
+            	                $sql_where .= "OR dtb_customer.email LIKE ? " ;
+        		    	    }
+        		    	    break;
+        		    	//·ÈÂÓÍÑ
+	        	    	case '2':
+	        		        if($sql_where == "") {
+        		  		        $sql_where .= "dtb_customer.email_mobile ILIKE ? ";
+        		    	    } else {
+            	                $sql_where .= "OR dtb_customer.email_mobile LIKE ? " ;
+        		    	    }
+        		    	    break;
 	        		    }
             	    }
