fix: refs #4409 tLotStatus alias fix
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2025-02-26 09:36:43 +01:00
parent a310b3e642
commit 64b8265675
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ BEGIN
CREATE OR REPLACE TEMPORARY TABLE tLotAlive CREATE OR REPLACE TEMPORARY TABLE tLotAlive
ENGINE = MEMORY ENGINE = MEMORY
SELECT SELECT
oo.lotFk, ls.lotFk,
t.warehouseOutFk warehouseFk, t.warehouseOutFk warehouseFk,
ADDTIME(t.shipped, IFNULL(shipmentHour, '00:00:00')) dated, ADDTIME(t.shipped, IFNULL(shipmentHour, '00:00:00')) dated,
t.isDelivered isPicked, t.isDelivered isPicked,

View File

@ -17,7 +17,7 @@ BEGIN
CREATE OR REPLACE TEMPORARY TABLE tLotAlive CREATE OR REPLACE TEMPORARY TABLE tLotAlive
ENGINE = MEMORY ENGINE = MEMORY
SELECT SELECT
oo.lotFk, ls.lotFk,
r.warehouseFk, r.warehouseFk,
r.shipment dated, r.shipment dated,
r.itemFk, r.itemFk,

View File

@ -23,7 +23,7 @@ BEGIN
CREATE OR REPLACE TEMPORARY TABLE tLotAlive CREATE OR REPLACE TEMPORARY TABLE tLotAlive
ENGINE = MEMORY ENGINE = MEMORY
SELECT SELECT
oo.lotFk, ls.lotFk,
t.warehouseFk, t.warehouseFk,
t.shipped dated, t.shipped dated,
s.itemFk, s.itemFk,