收藏
回答

为什么云函数collection where中的条件如果为undefined时会返回所有的数据?

如下:   

db.collection('book').where({

      book_id: this.data.bookId,

    }

为什么this.data.bookId 为 undefined 的话则会返回所有的数据


db.collection('book').where({

      book_id: _.eq(this.data.bookId),

    }

加上_.eq后就不会返回所有数据了



最后一次编辑于  2020-05-29
回答关注问题邀请回答
收藏
登录 后发表内容
问题标签