fix: CK 数据集联动时间筛选组件报错

This commit is contained in:
taojinlong 2023-04-10 15:38:49 +08:00
parent 6c416b8c96
commit c70115bd63

View File

@ -1151,7 +1151,7 @@ public class CKQueryProvider extends QueryProvider {
whereName = String.format(CKConstants.formatDateTime, String.format(CKConstants.toDateTime, cast), format);
}
if (field.getDeExtractType() == 1) {
whereName = String.format(CKConstants.formatDateTime, originName, format);
whereName = originName;
}
} else if (field.getDeType() == 2 || field.getDeType() == 3) {
if (field.getDeExtractType() == 0 || field.getDeExtractType() == 5) {