lvhao 4 月之前
父節點
當前提交
366305b527
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      core/CoreApp/models/Model_job_getcbtwaybillid.php

+ 3 - 0
core/CoreApp/models/Model_job_getcbtwaybillid.php

@@ -15,6 +15,9 @@ class Model_job_getcbtwaybillid extends Lin_Model {
         $where = "cf = 1 and waybill = '' and  type = '34' and state = '216' and shop = 42 ";
         $where .= " and buytime > ".$start_time;
         $list = $this->fullordertt->find_all($where,"id,orderinfo,number,shop,cf,waybill,type,state,buytime,extra_text");
+        echo "<pre>";
+        print_r($list);
+        die;
         if(empty($list)){
             return ;
         }