lvhao 1 miesiąc temu
rodzic
commit
84523b1c4d

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

@@ -15,9 +15,6 @@ 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 ;
         }