Changeset 4842 for temp/trunk/html
- Timestamp:
- 2006/09/17 13:15:24 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 2 edited
-
batch/daily.php (modified) (2 diffs)
-
total/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/batch/daily.php
r4841 r4842 245 245 $start_date = date("Y/m/d",strtotime("-10 year",strtotime($end_date))); 246 246 } 247 /*248 for($i = 0; $i <= $age_loop; $i++) {249 $start_age = $i * 10;250 $end_age = $start_age + 9;251 if($i >= $age_loop) {252 $end_age = 999;253 }254 lfBatOrderAgeSub($sql . $where, $start, $end, $start_age, $end_age, 1);255 }256 */257 247 258 248 // ÃÂÀ¸ÆüÆþÎϤʤ· … … 281 271 } 282 272 283 /*284 for($i = 0; $i <= $age_loop; $i++) {285 $start_age = $i * 10;286 $end_age = $start_age + 9;287 if($i >= $age_loop) {288 $end_age = 999;289 }290 lfBatOrderAgeSub($sql . $where, $start, $end, $start_age, $end_age, 0);291 }292 */293 273 // ÃÂÀ¸ÆüÆþÎϤʤ· 294 274 $where = $base_where . " AND order_birth IS NULL AND del_flg = 0"; -
temp/trunk/html/admin/total/index.php
r4817 r4842 581 581 list($where, $arrval) = lfGetWhereMember('create_date', $sdate, $edate, $type); 582 582 583 $sql = "SELECT product_id, T1.product_code, T2.name, T1.products_count, T1.order_count, T1.price, T1.total ";583 $sql = "SELECT T1.product_id, T1.product_code, T2.name, T1.products_count, T1.order_count, T1.price, T1.total "; 584 584 $sql.= "FROM ( "; 585 585 $sql.= "SELECT product_id, product_code, price, ";
Note: See TracChangeset
for help on using the changeset viewer.
