diff --git a/server/services/sqlServer/querys/notifications/fifoIndex/shippedPallets.ts b/server/services/sqlServer/querys/notifications/fifoIndex/shippedPallets.ts index d6399e9..3182a6f 100644 --- a/server/services/sqlServer/querys/notifications/fifoIndex/shippedPallets.ts +++ b/server/services/sqlServer/querys/notifications/fifoIndex/shippedPallets.ts @@ -27,6 +27,6 @@ SELECT [AlplaPROD_test1].[dbo].[T_EtikettenGedruckt] l on x.LfdNrJeArtikelKunde = l.LfdNr - where x.Add_Date between dateadd(hour, -1, getDate()) and getDate() + where x.Add_Date between dateadd(hour, -1, getDate()) and getDate() -- this is looking only in the last hour order by [ProduktionsDatum] `;