Index: branches/dev/html/admin/batch/daily.php
===================================================================
--- branches/dev/html/admin/batch/daily.php	(revision 155)
+++ branches/dev/html/admin/batch/daily.php	(revision 384)
@@ -107,5 +107,5 @@
 function lfGetOrderDailySQL($start, $end) {
 	$from = " FROM dtb_order AS T1 LEFT JOIN dtb_customer AS T2 USING ( customer_id ) ";
-	$where = " WHERE T1.del_flg = 0 AND T1.create_date BETWEEN '$start' AND '$end' ";
+	$where = " WHERE T1.del_flg = 0 AND status <> " . ORDER_CANCEL . "AND T1.create_date BETWEEN '$start' AND '$end' ";
 
 /*	mysql¤Ç¤âÌäÂê¤Ê¤¤¤è¤¦¤Ë½¤Àµ
@@ -232,5 +232,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;
 
 	$end_date = date("Y/m/d", time()); 
