Changeset 2974 for temp/trunk
- Timestamp:
- 2006/08/30 17:27:29 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/batch/daily.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/batch/daily.php
r2973 r2974 41 41 $ret = $objQuery->max("dtb_bat_order_daily", "create_date"); 42 42 list($batch_last) = split("\.", $ret); 43 44 43 $pass = $now_time - strtotime($batch_last); 45 46 print($pass); 47 44 48 45 // ºÇ¸å¤Î¥Ð¥Ã¥Á¼Â¹Ô¤«¤éLOAD_BATCH_PASSÉ÷вᤷ¤Æ¤¤¤Ê¤¤¤È¼Â¹Ô¤·¤Ê¤¤¡£ 49 $batch_pass = date("y/m/d H:i:s", $now_time - LOAD_BATCH_PASS); 50 51 $objQuery = new SC_Query(); 52 $arrRet = $objQuery->select("create_date", "dtb_bat_order_daily", "create_date > ?", array($batch_pass)); 53 54 //if(count($arrRet) > 0) { 46 if($pass > LOAD_BATCH_PASS) { 55 47 gfPrintLog("LAST BATCH " . $arrRet[0]['create_date'] . " > " . $batch_pass . " -> EXIT BATCH $batch_date"); 56 48 return; 57 //}49 } 58 50 59 51 // ½¸·×
Note: See TracChangeset
for help on using the changeset viewer.
