@@ -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 ;
}