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

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

@@ -1696,6 +1696,7 @@ class Systemprint extends Start_Controller {
 						$this->$fullorder_name->save(array('print'=>1,'failed'=>$failed),$va[$n]);
 					}
 				}elseif(($fullorder['printcode'] == "3PE_XB") || ($fullorder['printcode'] == "3PE_NONBOX")){
+					$fullorder['printnumber'] = $fullorder['printnumber'] +1;//暂时等一下
 					if($fullorder['printnumber'] > 0){
 						$tmp_number = $fullorder['number'];
 						$tmp_printnumber = $fullorder['printnumber'] - 1;