- caaloghi, categorie

This commit is contained in:
Surya Paolo
2024-05-08 16:07:32 +02:00
parent 6834dd1d55
commit 54443e784e
3 changed files with 29 additions and 5 deletions

View File

@@ -179,6 +179,14 @@ module.exports.findAllIdApp = async function (idapp, code, id) {
as: 'authors'
}
},
{
$lookup: {
from: 'publishers',
localField: 'idPublisher',
foreignField: '_id',
as: 'publisher'
}
},
{
$lookup: {
from: 'subcatprods',