lvhao 1 tháng trước cách đây
mục cha
commit
d37e367158
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      core/CoreApp/models/Model_job_getyuntuwaybillid.php

+ 2 - 2
core/CoreApp/models/Model_job_getyuntuwaybillid.php

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