Explorar o código

feat: EK-3320: 订单增加 Invoice 下载

zhangl hai 2 meses
pai
achega
caec7694dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/libs/export/BaseExport.php

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

@@ -1581,7 +1581,7 @@ ORDER;
             $invoiceRemark = '';
             $paymentMethod = ''; // 支付方式
             $currency = '';
-            LoggerTool::debug('orderList', $oderList);
+            LoggerTool::debug($oderList);
             foreach ($oderList as $key => $value) {
                 $no = $key + 1;
                 $invoiceRemark = $value['INVOICE_REMARK'] ? $value['INVOICE_REMARK'] : '';