- Timestamp:
- 2006/09/17 13:03:47 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/batch/daily.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/batch/daily.php
r4839 r4840 238 238 // ǯÎðËè¤Ë½¸·×¤¹¤ë¡£ 239 239 for($i = 0; $i <= $age_loop; $i++) { 240 $where = $base_where . " AND order_birth >= '$start_date'";240 $where = $base_where . " AND order_birth >= cast('$start_date' as date)"; 241 241 if($i <= $age_loop) { 242 $where = $where . " AND order_birth <= '$end_date'";242 $where = $where . " AND order_birth <= cast('$end_date' as date)"; 243 243 } 244 244 lfBatOrderAgeSub($sql . $where, $start, $end, $start_age, $end_age, 1);
Note: See TracChangeset
for help on using the changeset viewer.
