Changeset 18609 for tmp/version-2_5-test/data/class/SC_CustomerList.php
- Timestamp:
- 2010/03/11 10:35:11 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tmp/version-2_5-test/data/class/SC_CustomerList.php
r18562 r18609 31 31 function SC_CustomerList($array, $mode = '') { 32 32 parent::SC_SelectSql($array); 33 33 34 34 $masterData = new SC_DB_MasterData_Ex(); 35 35 $arrMobileDomain = $masterData->getMasterData("mtb_mobile_domain"); 36 36 37 37 $objDb = new SC_Helper_DB_Ex(); 38 38 … … 45 45 46 46 if($mode == "customer") { 47 // 管理 者ページ顧客検索の場合仮登録会員も検索47 // 管理機能顧客検索の場合仮登録会員も検索 48 48 //$this->setWhere( "(status = 1 OR status = 2) AND del_flg = 0 "); 49 49 $this->setWhere( " del_flg = 0 "); … … 165 165 // E-MAIL(mobile) 166 166 if (!isset($this->arrSql['email_mobile'])) $this->arrSql['email_mobile'] = ""; 167 167 168 168 if (strlen($this->arrSql['email_mobile']) > 0) { 169 169 //カンマ区切りで複数の条件指定可能に … … 353 353 } 354 354 } 355 355 356 $this->setOrder( "customer_id DESC" ); 356 357 }
Note: See TracChangeset
for help on using the changeset viewer.
