Browse Source

cne超时

lvhao 2 months ago
parent
commit
6ed4668d41
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/CoreApp/models/Model_cne.php

+ 1 - 0
core/CoreApp/models/Model_cne.php

@@ -142,6 +142,7 @@ function __construct(){
 		if( $end_time - $start_time  > 45){
 			if($g['x'] == 1){
 				$this->logic_ding->addJobs('outtime_order',['number'=>$data['number']]);
+				$g = array('x'=>'0','Description'=>'运单打印超时45秒。'.json_encode($g));
 			}
 			
 		}