meteor 查找元素,查找除了当前属性transactionId:id,应该怎么写? const datas = RequestStudies.find({$ne: {transactionId: id}}); 现在这么写的但是好像并不对