lvhao 4 days ago
parent
commit
206a60732f
1 changed files with 2 additions and 4 deletions
  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
 					else
 					{
 					{
 						$failed = $barcode['Description'];//错误提示
 						$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
 				}else
 				{
 				{