Browse Source

提交数据

lvhao 3 months ago
parent
commit
bebc9dc945
1 changed files with 3 additions and 1 deletions
  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);