Changeset 1865
- Timestamp:
- 2006/08/24 21:05:22 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_CustomerList.php (modified) (3 diffs)
-
html/admin/customer/index.php (modified) (2 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"]; -
temp/trunk/html/admin/customer/index.php
r1864 r1865 119 119 } 120 120 121 sfprintr($_POST);122 123 121 // ¸ÜµÒºï½ü 124 122 if ($_POST['mode'] == "delete") { … … 147 145 /* ÆþÎÏ¥¨¥é¡¼¤Ê¤· */ 148 146 if (count($objPage->arrErr) == 0) { 147 148 sfprintr($objPage->arrForm); 149 149 150 150 //-- ¸¡º÷¥Ç¡¼¥¿¼èÆÀ
Note: See TracChangeset
for help on using the changeset viewer.
