我已经使用回送框架连接到Oracle db。我在$ inq查询中传递日期时收到NJS-044错误
这是代码
where: {
effectiveDate: {
inq: _.pluck(formattedRollingAlphaData, 'effectiveDate')
},
isActive: true,
},
});```[enter image description here][1]
// This is the screenshot of console o/p....i have logged all the dates
[1]: https://i.stack.imgur.com/fC55q.jpg