Selaa lähdekoodia

feature/EK-3320

ryan 1 kuukausi sitten
vanhempi
commit
ecc096cdf0

+ 0 - 2
backendApi/modules/v1/controllers/ShopController.php

@@ -850,9 +850,7 @@ class ShopController extends BaseController {
         }
 
         $form = new ShopExportForm();
-        LoggerTool::info(111);
         $result = $form->run($filter, \Yii::t('ctx', 'actionOrderInvoiceExport'));
-        LoggerTool::info(222);
         if (!$result) {
             return static::notice(Form::formatErrorsForApi($form->getErrors()), 400);
         }

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

@@ -488,6 +488,8 @@ class BaseExport extends Component {
      * @throws Exception
      */
     public function webToAsync($params, $extend = []) {
+        LoggerTool::info($params);
+        LoggerTool::info($extend);
         $default = [
             'moduleId' => null,
             'listName' => null,