Index: /temp/trunk/html/admin/batch/daily.php
===================================================================
--- /temp/trunk/html/admin/batch/daily.php	(revision 2845)
+++ /temp/trunk/html/admin/batch/daily.php	(revision 2849)
@@ -52,8 +52,6 @@
 		$objQuery = new SC_Query();
 		$count = $objQuery->count("dtb_bat_order_daily", "create_date > ?", $batch_pass);
-		
-		$objQuery->getLastQuery(true);
 				
-		if($count > 0 && !$command) {
+		if($count > 0) {
 			gfPrintLog("LAST BATCH $batch_pass -> EXIT BATCH $batch_date");
 			return;
Index: /temp/trunk/html/admin/total/index.php
===================================================================
--- /temp/trunk/html/admin/total/index.php	(revision 2847)
+++ /temp/trunk/html/admin/total/index.php	(revision 2849)
@@ -164,5 +164,5 @@
 	if(count($_GET) == 0) {
 		// 1¥ö·îÊ¬¤Î½¸·×
-		lfStartDailyTotal(31,1);
+		lfStartDailyTotal(31,0);
 	}
 	break;
