. esportazione lista catalogo direttamente in EXCEL, e scelta dei campi.

This commit is contained in:
Surya Paolo
2025-07-10 00:43:37 +02:00
parent ed27a6f6a5
commit 29437d9d7b
6 changed files with 103 additions and 2 deletions

View File

@@ -2950,7 +2950,8 @@ module.exports = {
if (qa1) query = [...query, ...qa1];
query.push({ $unwind: '$group' });
if (true) {
if (false) {
//##++Todo: Query per i limiti GPS!
query.push({
$match: {
$and: [{ 'group.idapp': params.idapp }],