Commit 60ae61b9677561bbdfce906076a6c4f6362bc7c8

Authored by fengtao
1 parent b1d67353

fix:DEFECT-474 修复此条件没有产生告警

... ... @@ -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: {
... ...