feat: refs #4452 Fix
gitea/rfidnatura/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2025-02-07 08:29:22 +01:00
parent 894f881019
commit 9641e2c06f
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ async function getRecord() {
const [rows] = await conn.query(`
SELECT * FROM expedition_PrintOut
WHERE isPrinted = 0
ORDER BY created
LIMIT 1 FOR UPDATE
`);
if (!rows.length) {