lvhao hai 1 mes
pai
achega
20662ec625
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(){
         $end_time = time() -  10* 3600 * 24;
-        $start_time = time() ;
+        $start_time = time() -  3600 * 24;
         // 目前只处理惠城的usps 73
         // 出库时间十天前   waybillid 不能为空
         $where = "express = 73 and librarytime >= ".$end_time ." and librarytime <= ".$start_time."  ";