kevin_zhangl 2 лет назад
Родитель
Сommit
61bdadc115
1 измененных файлов с 17 добавлено и 17 удалено
  1. 17 17
      common/libs/export/BaseExport.php

+ 17 - 17
common/libs/export/BaseExport.php

@@ -667,23 +667,23 @@ class BaseExport extends Component {
 EOT;
             }
 
-            $memberCode = Yii::t('ctx', 'memberCode');
-            $memberName = Yii::t('ctx', 'memberName');
-            $memberAddress = Yii::t('ctx', 'memberAddress');
-            $memberPhone = Yii::t('ctx', 'memberPhone');
-            $orderCode = Yii::t('ctx', 'orderCode');
-            $orderDetail = Yii::t('ctx', 'orderDetail');
-            $productCode = Yii::t('ctx', 'productCode');
-            $productName = Yii::t('ctx', 'productName');
-            $productPrice = Yii::t('ctx', 'productPrice');
-            $quantity = Yii::t('ctx', 'qty');
-            $taxRate = Yii::t('ctx', 'taxRate');
-            $totalTax = Yii::t('ctx', 'totalTax');
-            $totalAmount = Yii::t('ctx', 'totalAmount');
-            $total = Yii::t('ctx', 'total');
-            $signature = Yii::t('ctx', 'signature');
-            $date = Yii::t('ctx', 'date');
-            $createAt = Yii::t('ctx', 'createAt');
+            $memberCode = Yii::t('app', 'memberCode');
+            $memberName = Yii::t('app', 'memberName');
+            $memberAddress = Yii::t('app', 'memberAddress');
+            $memberPhone = Yii::t('app', 'memberPhone');
+            $orderCode = Yii::t('app', 'orderCode');
+            $orderDetail = Yii::t('app', 'orderDetail');
+            $productCode = Yii::t('app', 'productCode');
+            $productName = Yii::t('app', 'productName');
+            $productPrice = Yii::t('app', 'productPrice');
+            $quantity = Yii::t('app', 'qty');
+            $taxRate = Yii::t('app', 'taxRate');
+            $totalTax = Yii::t('app', 'totalTax');
+            $totalAmount = Yii::t('app', 'totalAmount');
+            $total = Yii::t('app', 'total');
+            $signature = Yii::t('app', 'signature');
+            $date = Yii::t('app', 'date');
+            $createAt = Yii::t('app', 'createAt');
 
             // 订单基本信息
             $orderBase = <<<ORDER