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-07-21
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2021-12-21
  • 2021-12-21
  • 2021-12-21
猜你喜欢
  • 2021-12-21
  • 2021-12-21
  • 2022-12-23
  • 2021-12-21
  • 2021-07-22
  • 2021-09-29
相关资源
相似解决方案