Browse Source

修改usps的切换

lvhao 6 months ago
parent
commit
06349faf20
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/CoreApp/controllers/Systemprint.php

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

@@ -911,8 +911,8 @@ class Systemprint extends Start_Controller {
 						$bctime = date('Ymd',$time);
 						//$Hwaybill = substr($barcode['BarcodeNumber'], 8); //改新的去掉  新的 Labellmage 改  labelImage
 						$Hwaybill = $barcode['trackingNumber'];
-					    $Hyd = $this->_pdf($barcode['LabelImage'],'y-'.$Hwaybill,$bctime);
-						if(isset($barcode['LabelImage']) && isset($Hwaybill))
+					    $Hyd = $this->_pdf($barcode['labelImage'],'y-'.$Hwaybill,$bctime);
+						if(isset($barcode['labelImage']) && isset($Hwaybill))
 						{
 							if($fullorder['waybill'] != "")
 							{