|
@@ -26,7 +26,7 @@ class Model_job_get3pewaybillid extends Lin_Model {
|
|
|
$list = $this->fullorder->find_all($where,$fields);
|
|
|
|
|
|
foreach($list as $item){
|
|
|
- if(empty($item['waybill'])){
|
|
|
+ if(empty($item['waybillid'])){
|
|
|
$this->do_final($item,"fullorder");
|
|
|
}else{
|
|
|
continue;
|