lvhao 3 月之前
父節點
當前提交
030fea7032
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      core/CoreApp/controllers/Systemprint.php

+ 6 - 3
core/CoreApp/controllers/Systemprint.php

@@ -1667,7 +1667,8 @@ class Systemprint extends Start_Controller {
 					$text['name'] = '独立站';
 				}
 				$text['express'] = $fullorder['express'];
-				$text['country'] = $fullorder['country'];
+				//$text['country'] = $fullorder['country'];
+				$text['country'] = $this->logic_order->getCountry($fullorder['country']);
 				$text['orderinfo'] = $fullorder['orderinfo'];
 				$text['number'] = $fullorder['number'];
 				$text['shipremarks'] = $fullorder['shipremarks'];
@@ -1697,7 +1698,8 @@ class Systemprint extends Start_Controller {
 					$text['name'] = '独立站';
 				}
 				$text['express'] = $fullorder['express'];
-				$text['country'] = $fullorder['country'];
+				//$text['country'] = $fullorder['country'];
+				$text['country'] = $this->logic_order->getCountry($fullorder['country']);
 				$text['orderinfo'] = $fullorder['orderinfo'];
 				$text['number'] = $fullorder['number'];
 				$text['shipremarks'] = $fullorder['shipremarks'];
@@ -1722,7 +1724,8 @@ class Systemprint extends Start_Controller {
 					$text['name'] = '独立站';
 				}
 				$text['express'] = $fullorder['express'];
-				$text['country'] = $fullorder['country'];
+				//$text['country'] = $fullorder['country'];
+				$text['country'] = $this->logic_order->getCountry($fullorder['country']);
 				$text['orderinfo'] = $fullorder['orderinfo'];
 				$text['number'] = $fullorder['number'];
 				$text['shipremarks'] = $fullorder['shipremarks'];