var customerData = Customers.findOne(
{'phone': phone},
{ 'restaurants': { $elemMatch: { 'restaurantId': Meteor.userId() } } }
);
我使用$elemMatch
只返回Restaurants
数组中的一个对象,
但它仍然返回array.WHY的所有对象?
他们的任何其他方式只返回一个对象吗?
答案 0 :(得分:0)
void (*func)(void*) = 0; // <- method to be called goes here
void* instance; // <- instance for this-call goes here
void InterruptHandler()
{
func(instance);
}
一定是可行的解决方案
由于