|
@@ -35,7 +35,7 @@ abstract class AbstractExportTask
|
|
|
if ($this->query_data) {
|
|
|
$params = array_merge($this->getTaskData(), [
|
|
|
'name' => $this->query_data->memu_name,
|
|
|
- 'query_params' => $query_params,
|
|
|
+ 'query_params' => json_encode($query_params, JSON_UNESCAPED_UNICODE),
|
|
|
'query_condition' => $this->query_data->getQueryParamsContent($query_params),
|
|
|
'status' => self::ready,
|
|
|
]);
|