mfser

db.getCollection(\'wx_group_member_record_2020-06-21\').find({"is_active": "N"}).forEach(
function(item){
db.getCollection(\'wx_group_member_record_2020-06-21\').update({"_id":item._id},{$set:{"is_active":"Y"}})
}
)

分类:

技术点:

相关文章:

  • 2021-12-21
  • 2021-11-04
  • 2021-12-21
  • 2021-10-23
  • 2021-12-21
  • 2021-08-12
  • 2022-01-08
  • 2021-12-21
猜你喜欢
  • 2021-12-21
  • 2021-12-21
  • 2021-12-21
  • 2021-12-21
  • 2021-10-19
  • 2021-12-21
  • 2021-12-21
相关资源
相似解决方案