Changeset 12367


Ignore:
Timestamp:
2007/05/09 13:26:05 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12366 r12367  
    221221 
    222222            $val = $this->arrSql['domain'] 
    223             switch($val){ 
    224                 case 2: 
     223            if($val==3){ 
    225224//                  if(DB_TYPE == "pgsql"){ 
    226225//              $this->setWhere( "(email || email_mobile LIKE ?)" ); 
     
    228227//              $this->setWhere("concat(email,email_mobile) LIKE ?" ); 
    229228//          } 
     229            $sql_where .= "dtb_customer.email_mobile LIKE ? "; 
     230            $this->setWhere($sql_where); 
    230231            $searchDomainType = $this->addSearchStr("@docomo.ne.jp"); 
    231             print_r($searchDomaintype); 
    232             break; 
    233                 default; 
    234232             
    235233        } 
    236 print_r($this->arrSql); 
     234         
     235//print_r($this->arrSql); 
    237236        } 
    238237         
Note: See TracChangeset for help on using the changeset viewer.