Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -86,7 +86,7 @@ export const genActionData = (actionData) => { |
86 | 86 | valueType: item.operationType, |
87 | 87 | // value: null, |
88 | 88 | predicate: { |
89 | - type: item.operationType, | |
89 | + type: item.operationType === 'DATE_TIME' ? 'NUMERIC' : item.operationType, | |
90 | 90 | operation: pred.operation, |
91 | 91 | ignoreCase: item.operationType === 'STRING' ? pred.ignoreCase : undefined, |
92 | 92 | // value: { | ... | ... |