Index: temp/trunk/html/admin/batch/daily.php
===================================================================
--- temp/trunk/html/admin/batch/daily.php	(revision 2969)
+++ temp/trunk/html/admin/batch/daily.php	(revision 2970)
@@ -39,7 +39,8 @@
 	$objQuery->delete("dtb_order_detail", $where);
 	
-	$last_batch = $objQuery->max("dtb_bat_order_daily", "create_date");
-
-	print(strtotime($last_batch));
+	$ret = $objQuery->max("dtb_bat_order_daily", "create_date");
+	$batch_last = split("\.", $ret);
+	
+	print(strtotime($batch_last));
 	
 	// ºÇ¸å¤Î¥Ð¥Ã¥Á¼Â¹Ô¤«¤éLOAD_BATCH_PASSÉÃ·Ð²á¤·¤Æ¤¤¤Ê¤¤¤È¼Â¹Ô¤·¤Ê¤¤¡£
