摘要: db.getCollection("BarcodeMaster").aggregate([ // 删选条件 { $match: { Status:6, BarcodeType:0, Qty:{$gt:0}, Bin:{$ne:null} } }, // 按料品、仓库、库位分组,统计数量 { $gro 阅读全文
posted @ 2024-12-09 15:21 江境纣州 阅读(16) 评论(0) 推荐(0)