Index: /temp/trunk/html/admin/batch/daily.php
===================================================================
--- /temp/trunk/html/admin/batch/daily.php	(revision 2973)
+++ /temp/trunk/html/admin/batch/daily.php	(revision 2974)
@@ -41,19 +41,11 @@
 	$ret = $objQuery->max("dtb_bat_order_daily", "create_date");
 	list($batch_last) = split("\.", $ret);
-	
 	$pass = $now_time - strtotime($batch_last);
-	
-	print($pass);
-	
+		
 	// ºÇ¸å¤Î¥Ð¥Ã¥Á¼Â¹Ô¤«¤éLOAD_BATCH_PASSÉÃ·Ð²á¤·¤Æ¤¤¤Ê¤¤¤È¼Â¹Ô¤·¤Ê¤¤¡£
-	$batch_pass = date("y/m/d H:i:s", $now_time - LOAD_BATCH_PASS);
-	
-	$objQuery = new SC_Query();
-	$arrRet = $objQuery->select("create_date", "dtb_bat_order_daily", "create_date > ?", array($batch_pass));
-		
-	//if(count($arrRet) > 0) {
+	if($pass > LOAD_BATCH_PASS) {
 		gfPrintLog("LAST BATCH " . $arrRet[0]['create_date'] . " > " . $batch_pass . " -> EXIT BATCH $batch_date");
 		return;
-	//}
+	}
 		
 	// ½¸·×
