mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: oracle时间过滤组件提示异常
This commit is contained in:
@@ -1215,7 +1215,8 @@ public class OracleQueryProvider extends QueryProvider {
|
||||
whereName = String.format(OracleConstants.FROM_UNIXTIME, cast, format);
|
||||
}
|
||||
if (field.getDeExtractType() == 1) {
|
||||
whereName = String.format(OracleConstants.TO_CHAR, format);
|
||||
whereName = originName;
|
||||
// whereName = String.format(OracleConstants.TO_CHAR, originName, format);
|
||||
}
|
||||
} else if (field.getDeType() == 2 || field.getDeType() == 3) {
|
||||
if (field.getDeExtractType() == 0 || field.getDeExtractType() == 5) {
|
||||
|
||||
Reference in New Issue
Block a user