소스 검색

提交数据

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

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

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