From f2135c175d61834aaa5901b14d098f960c79b310 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 1 Apr 2022 18:48:34 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=A4=8D=E5=88=B6=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E7=9A=84=E6=97=B6=E9=97=B4=E4=BF=9D=E6=8C=81=E4=B8=BA?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/io/dataease/base/mapper/ext/ExtChartViewMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/main/java/io/dataease/base/mapper/ext/ExtChartViewMapper.xml b/backend/src/main/java/io/dataease/base/mapper/ext/ExtChartViewMapper.xml index 7a638314fa..84fb290bcd 100644 --- a/backend/src/main/java/io/dataease/base/mapper/ext/ExtChartViewMapper.xml +++ b/backend/src/main/java/io/dataease/base/mapper/ext/ExtChartViewMapper.xml @@ -200,8 +200,8 @@ `custom_filter`, `drill_fields`, `create_by`, - `create_time`, - `update_time`, + unix_timestamp()*1000 as `create_time`, + unix_timestamp()*1000 as `update_time`, `snapshot`, `style_priority`, `ext_stack`,