@@ -836,7 +836,7 @@ ORDER;
// }
$image_file = \Yii::$app->basePath . '/../ngds-logo.jpg';
$image = file_get_contents($image_file);
-
+ LoggerTool::debug(['result1' => 111]);
$pdf->Image('@' . $image, 15, 12, 20, 7, 'JPG');
$pdf->writeHTML($context);
$result = $pdf->Output($realFile, 'F');