Index: branches/dev/html/admin/batch/daily.php
===================================================================
--- branches/dev/html/admin/batch/daily.php	(revision 386)
+++ branches/dev/html/admin/batch/daily.php	(revision 387)
@@ -259,5 +259,5 @@
 	/* Èó²ñ°÷½¸·× */
 	
-	$base_where = "WHERE (create_date BETWEEN ? AND ?) AND customer_id = 0 AND del_flg = 0";
+	$base_where = "WHERE (create_date BETWEEN ? AND ?) AND customer_id = 0 AND del_flg = 0 AND status <> " . ORDER_CANCEL;
 	$where = $base_where . " AND (to_number(to_char(age(current_timestamp, order_birth), 'YYY'), 999) BETWEEN ? AND ?) ";
 
