forked from github/dataease
Merge pull request #7333 from dataease/pr@dev-v2@fix_filter
fix: 修复过滤组件过滤时间戳不显示的问题 #7313
This commit is contained in:
commit
8243438419
@ -65,8 +65,6 @@ public class ExtWhere2Str {
|
||||
}
|
||||
if (field.getDeExtractType() == 2 || field.getDeExtractType() == 3 || field.getDeExtractType() == 4) {
|
||||
String cast = String.format(SQLConstants.CAST, originName, SQLConstants.DEFAULT_INT_FORMAT);
|
||||
// 此处获取标准格式的日期
|
||||
whereName = String.format(SQLConstants.FROM_UNIXTIME, cast, date_format);
|
||||
}
|
||||
if (field.getDeExtractType() == 1) {
|
||||
// 此处获取标准格式的日期
|
||||
|
Loading…
Reference in New Issue
Block a user