Index: temp/trunk/html/admin/batch/daily.php
===================================================================
--- temp/trunk/html/admin/batch/daily.php	(revision 3556)
+++ temp/trunk/html/admin/batch/daily.php	(revision 3621)
@@ -86,7 +86,9 @@
 			// ¥ª¡¼¥À¡¼³«»ÏÆü¤è¤ê°ìÆü°Ê¾å¸å¤Ë½¸·×¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Ï½¸·×¤·¤Ê¤ª¤µ¤Ê¤¤
 			if($order_time + 86400 < $create_time) {
+				gfPrintLog("EXIT BATCH $batch_date");
 				continue;
 			}
 		}
+		gfPrintLog("LOADING BATCH $batch_date");
 		lfBatOrderDaily($tmp_time);
 		lfBatOrderDailyHour($tmp_time);
Index: temp/trunk/html/admin/total/index.php
===================================================================
--- temp/trunk/html/admin/total/index.php	(revision 3620)
+++ temp/trunk/html/admin/total/index.php	(revision 3621)
@@ -283,6 +283,6 @@
 		$list['startmonth'] = $month;
 		$list['startday'] = $day;
+		$list['endyear'] = $year;
 		$list['endmonth'] = $month;
-		$list['endyear'] = $year;
 		$list['endday'] = $day;
 	}
