标签:
db.tblDaily.updateMany(
{"Comments.ViewCount":0},
{$addToSet:{"Comments.$.CommentDate":new Date()}}
);
updateMany
原文地址:http://www.cnblogs.com/Andy-Li/p/5880959.html