Browse Source

feature/EK-3320

ryan 1 month ago
parent
commit
423eb5fec5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      common/libs/export/BaseExport.php

+ 2 - 0
common/libs/export/BaseExport.php

@@ -1924,6 +1924,8 @@ EOT;
             </body>
         </html>
 ORDER;
+            Logger::info('这是一条调试信息');
+            Logger::info($context);
             Yii::debug('这是一条调试信息');
 
             require_once (\Yii::$app->vendorPath . '/tecnickcom/tcpdf/tcpdf.php');