Browse Source

提交数据

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