浏览代码

提交数据

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);