소스 검색

提交数据

lvhao 3 달 전
부모
커밋
c6b994203b
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      core/CoreApp/controllers/Systemprint.php

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

@@ -1595,11 +1595,11 @@ class Systemprint extends Start_Controller {
 					{
 						 $del = $this->zxyuntu->get_del($fullorder['waybillid']);
 					}
-					// $send_info = $fullorder;
-					// $send_info['number'] = $send_info['number']."_".$fullorder['printnumber'];
+					$send_info = $fullorder;
+					$send_info['number'] = $send_info['number']."_".$fullorder['printnumber'];
 
-				    //$barcode = $this->zxyuntu->get_data($send_info);
-					$barcode = $this->zxyuntu->get_data($fullorder);
+				    $barcode = $this->zxyuntu->get_data($send_info);
+					//$barcode = $this->zxyuntu->get_data($fullorder);
 					if($barcode['x'] == 1)
 					{
 						$bctime = date('Ymd',$time);