Changeset 12414 for branches/dev/data


Ignore:
Timestamp:
2007/05/09 17:51:16 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_CustomerList.php

    r12413 r12414  
    203203            $val = ($this->arrSql['domain']); 
    204204            if($val==3){ 
    205                 $this->setWhere( "email LIKE '%@docomo.ne.jp%' AND email_mobile LIKE '%@docomo.ne.jp%'"); 
     205                $this->setWhere( "email LIKE '%@docomo.ne.jp%'" ); 
    206206            } 
    207207            if($val==2){ 
    208                 $this->setWhere( "email NOT LIKE '%@docomo.ne.jp%'"); 
     208                $this->setWhere( "email NOT LIKE '%@docomo.ne.jp%' OR email_mobile LIKE '%@docomo.ne.jp%'" ); 
    209209            } 
    210210        } 
Note: See TracChangeset for help on using the changeset viewer.