집 > Q&A > 본문
"to_uid": <🎜 🎜 [<🎜 🎜>
1
2
3
<code>{ "user_id" : 100002, "is_read" : 1, "is_del" : 1 },
<code>{
"user_id"
: 100002,
"is_read"
: 1,
"is_del"
: 1 },
{ "user_id" : 100003, "is_read" : 0, "is_del" : 0 },
{
: 100003,
: 0,
: 0 },
{ "user_id" : 100004, "is_read" : 1, "is_del" : 0 } </code>
: 100004,
: 0 } </code>
仅有的幸福2017-04-27 09:04:45
db.notice.find({"to_uid":{$elemMatch:{"user_id":100002,"is_del":0}}"create_time":8})
天蓬老师2017-04-27 09:04:45
같은 문제가 발생했는데 항상 &&가 아니라 이나 인 줄 알았어요. 작가님이 해결하셨는지 궁금하네요