|
|
@@ -1540,6 +1540,7 @@ ORDER;
|
|
|
* @throws \yii\httpclient\Exception
|
|
|
*/
|
|
|
public function actionOrderInvoiceExport() {
|
|
|
+ LoggerTool::info(333);
|
|
|
$this->getParams();
|
|
|
if (!$this->params) {
|
|
|
throw new Exception('无法获取需要的参数');
|
|
|
@@ -1713,6 +1714,7 @@ EOT;
|
|
|
$orderTotalTaxAmount = Tool::formatAmount($orderTotalTaxAmount);
|
|
|
$orderTotalAmount = Tool::formatAmount($orderTotalAmount);
|
|
|
$orderTotal = Tool::formatAmount($orderTotal);
|
|
|
+ LoggerTool::info(4444);
|
|
|
|
|
|
$context = <<<ORDER
|
|
|
<!doctype html>
|