updateMany

db.tblDaily.updateMany(

{"Comments.ViewCount":0},

{$addToSet:{"Comments.$.CommentDate":new Date()}}

);

くろさきいちご
原文地址:https://www.cnblogs.com/Andy-Li/p/5880959.html