From bcde9a7d45947582c9c0d9b97271c3876c7bd382 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 9 Jun 2025 16:44:05 -0500 Subject: [PATCH] test(fifo index): testing for fifo indexing --- .../sqlServer/querys/notifications/fifoIndex/shippedPallets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] `;