Changeset 1865 for temp/trunk/data/class/SC_CustomerList.php
- Timestamp:
- 2006/08/24 21:05:22 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_CustomerList.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CustomerList.php
r1328 r1865 136 136 137 137 // ¹ØÆþ¶â³Û»ØÄê 138 if( is_numeric( $this->arrSql[" buy_total_from"] ) || is_numeric( $this->arrSql["buy_total_to"] ) ) {138 if( is_numeric( $this->arrSql["search_buy_total_from"] ) || is_numeric( $this->arrSql["search_buy_total_to"] ) ) { 139 139 $arrBuyTotal = $this->selectRange($this->arrSql["buy_total_from"], $this->arrSql["buy_total_to"], "buy_total"); 140 140 foreach ($arrBuyTotal as $data1) { … … 144 144 145 145 // ¹ØÆþ²ó¿ô»ØÄê 146 if( is_numeric( $this->arrSql[" buy_times_from"] ) || is_numeric( $this->arrSql["buy_times_to"] ) ) {146 if( is_numeric( $this->arrSql["search_buy_times_from"] ) || is_numeric( $this->arrSql["search_buy_times_to"] ) ) { 147 147 $arrBuyTimes = $this->selectRange($this->arrSql["buy_times_from"], $this->arrSql["buy_times_to"], "buy_times"); 148 148 foreach ($arrBuyTimes as $data2) { … … 165 165 166 166 // ÃÂÀ¸·î¤Î¸¡º÷ 167 if (is_numeric($this->arrSql[" birth_month"])) {167 if (is_numeric($this->arrSql["search_birth_month"])) { 168 168 $this->setWhere(" EXTRACT(month from birth) = ?"); 169 169 $this->arrVal[] = $this->arrSql["birth_month"];
Note: See TracChangeset
for help on using the changeset viewer.
