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