Commit 801964bf authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

ppt디테일ㅇ리미지

parent 8114b2f0
......@@ -60,7 +60,7 @@ const recommendPro = async (req, res) => {
'products.productId': mongoose.Types.ObjectId(productId)
}
},
{ "$unwind": "$products" },
{ $unwind: "$products" },
{
$group: {
_id: "$products.productId",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment