fix(datamart): removed limitation on inhousedelivery
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
export const inhouseDelivery = `
|
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)
|
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
|
ProduktionsLos as lot
|
||||||
,Menge as qty
|
,Menge as qty
|
||||||
,Barcode as barcode
|
,Barcode as barcode
|
||||||
|
|||||||
Reference in New Issue
Block a user