lvhao hai 1 mes
pai
achega
ead8d9296e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/CoreApp/models/Model_job_get3pewaybillid.php

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

@@ -13,7 +13,7 @@ class Model_job_get3pewaybillid extends Lin_Model {
         $end_time = time() - 10 * 3600 * 24;
         $start_time = time() - 2 * 3600 * 24;
         //快递为3pe  76  出库时间十天前   waybillid 不能为空
-        $where = "express = 76 and librarytime >= ".$end_time ." and librarytime <= ".$start_time." ";
+        $where = "express = 76 and librarytime >= ".$end_time ." and librarytime <= ".$start_time."  and waybillid = 'QQS-50614-036'";
         //$where = "express = 76  and librarytime <= ".$start_time." ";
         $fields = "id,number,waybill,waybillid,librarytime,express";
         echo "<pre>";