|
@@ -932,14 +932,14 @@ class Systemprint extends Start_Controller {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- else if(isset($barcode['Description']))
|
|
|
+ else if(isset($barcode['error']))
|
|
|
{
|
|
|
- $failed = $barcode['Description'];//错误提示
|
|
|
+ //$failed = $barcode['Description'];//错误提示
|
|
|
//if(stripos($failed,'The requested Mail') === false)
|
|
|
//{
|
|
|
//if($failed != 'false')
|
|
|
//{
|
|
|
- $this->$fullorder_name->save(array('print'=>1,'failed'=>$failed),$va[$n]);
|
|
|
+ $this->$fullorder_name->save(array('print'=>1,'failed'=>json_encode($barcode['error'])),$va[$n]);
|
|
|
//}
|
|
|
//}
|
|
|
}
|