与oracle连接的回送给出以下错误:在这种情况下,不应期望njs-044名为json对象

时间:2019-10-22 05:59:45

标签: node.js oracle loopback

我已经使用回送框架连接到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

0 个答案:

没有答案