浏览代码

修改usps的切换

lvhao 6 月之前
父节点
当前提交
06349faf20
共有 1 个文件被更改,包括 2 次插入2 次删除
  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'] != "")
 							{