lvhao 4 месяцев назад
Родитель
Сommit
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 ;
         }