fix(datamart): removed limitation on inhousedelivery

This commit is contained in:
2025-12-30 07:21:40 -06:00
parent 0d05c66a2b
commit 461acb2b16

View File

@@ -1,7 +1,7 @@
export const inhouseDelivery = `
declare @shiftStart varchar(max) = (select top(1) CAST(StartDate AS time(0)) from [test1_AlplaPROD2.0_Read].[masterData].[ShiftDefinition] (nolock) order by TeamNumber)
SELECT TOP (1000)
SELECT
ProduktionsLos as lot
,Menge as qty
,Barcode as barcode