|
@@ -11,7 +11,7 @@ class Model_job_getyuntuwaybillid extends Lin_Model {
|
|
|
}
|
|
|
public function do_job(){
|
|
|
$end_time = time() - 5 * 3600 * 24;
|
|
|
- $start_time = time() - 1 * 3600 * 24;
|
|
|
+ $start_time = time() ;
|
|
|
//快递为3pe 76 出库时间十天前 waybillid 不能为空
|
|
|
$where = "express in (66,67) and librarytime >= ".$end_time ." and librarytime <= ".$start_time." ";
|
|
|
// $where = "express in (66,67) ";
|