lvhao 5 дней назад
Родитель
Сommit
99459baa6e
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      core/CoreApp/controllers/Systemprint.php

+ 6 - 1
core/CoreApp/controllers/Systemprint.php

@@ -1837,7 +1837,12 @@ class Systemprint extends Start_Controller {
 					{
 						$failed = $barcode['Description'];//错误提示
 						//cbt的错误 允许多次打印 
-						$this->$fullorder_name->save(array('print'=>1,'failed'=>$failed),$va[$n]);	
+						if(empty($failed)||(strpos($failed, '空') !== false)){
+
+						}else{
+							$this->$fullorder_name->save(array('print'=>1,'failed'=>$failed),$va[$n]);	
+						}
+						
 					}
 				}else
 				{