where in 操作
db.getCollection('shelf_core_inventory').find({
"location.locationCode":"CKGB16",
"shelf.shelfTypeEnum":{"$in":["C0",]},
"shelf.shelfCode":{"$in":["C0.001","C1.001","C1.002","C1.003"]}
});
MongoDB中where in操作
最新推荐文章于 2025-02-13 00:17:08 发布