fix(WorkerPDA): use observation field
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-04-08 08:27:51 +02:00
parent e0ba8ab742
commit ffd83e7e0f
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ async function fetchDocuware() {
Value: ['PDA'],
},
{
DBName: 'FILENAME',
Value: [`${row.deviceProductionFk}-pda`],
DBName: 'OBSERVACIONES',
Value: [row.deviceProductionFk],
},
],
});