浏览代码

提交数据

lvhao 4 月之前
父节点
当前提交
0ec0b0d076
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      core/CoreApp/controllers/Systemprint.php
  2. 1 1
      core/CoreApp/models/Model_cne.php

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

@@ -1335,7 +1335,7 @@ class Systemprint extends Start_Controller {
 						$this->$fullorder_name->save(array('print'=>1,'failed'=>$failed),$va[$n]);
 					}
 				}
-				else if($fullorder['printcode'] == "DPEX" || $fullorder['printcode'] == "FedEx_2day" || $fullorder['printcode'] == "usps_priority")//官方FEDEX接口
+				else if($fullorder['printcode'] == "DPEX" || $fullorder['printcode'] == "FedEx_2day" || $fullorder['printcode'] == "usps_priority" || $fullorder['printcode'] == "FEDEX_G" )//官方FEDEX接口
 				{
 					if($fullorder['waybillid'] != '')
 					{

文件差异内容过多而无法显示
+ 1 - 1
core/CoreApp/models/Model_cne.php