소스 검색

修改云途转单号抓取

lvhao 3 일 전
부모
커밋
1ffa94d55e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/models/Model_job_getyuntuwaybillid.php

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

@@ -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)   ";