lvhao 4 дней назад
Родитель
Сommit
206a60732f
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      core/CoreApp/controllers/Systemprint.php

+ 2 - 4
core/CoreApp/controllers/Systemprint.php

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