Browse Source

修改数据

lvhao 1 month ago
parent
commit
20662ec625
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/models/Model_job_gethualeiwaybillid.php

+ 1 - 1
core/CoreApp/models/Model_job_gethualeiwaybillid.php

@@ -11,7 +11,7 @@ class Model_job_gethualeiwaybillid extends Lin_Model {
     }
     }
     public function do_job(){
     public function do_job(){
         $end_time = time() -  10* 3600 * 24;
         $end_time = time() -  10* 3600 * 24;
-        $start_time = time() ;
+        $start_time = time() -  3600 * 24;
         // 目前只处理惠城的usps 73
         // 目前只处理惠城的usps 73
         // 出库时间十天前   waybillid 不能为空
         // 出库时间十天前   waybillid 不能为空
         $where = "express = 73 and librarytime >= ".$end_time ." and librarytime <= ".$start_time."  ";
         $where = "express = 73 and librarytime >= ".$end_time ." and librarytime <= ".$start_time."  ";