fix: refs #4409 tLotStatus alias fix
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
a310b3e642
commit
64b8265675
|
@ -18,7 +18,7 @@ BEGIN
|
|||
CREATE OR REPLACE TEMPORARY TABLE tLotAlive
|
||||
ENGINE = MEMORY
|
||||
SELECT
|
||||
oo.lotFk,
|
||||
ls.lotFk,
|
||||
t.warehouseOutFk warehouseFk,
|
||||
ADDTIME(t.shipped, IFNULL(shipmentHour, '00:00:00')) dated,
|
||||
t.isDelivered isPicked,
|
||||
|
|
|
@ -17,7 +17,7 @@ BEGIN
|
|||
CREATE OR REPLACE TEMPORARY TABLE tLotAlive
|
||||
ENGINE = MEMORY
|
||||
SELECT
|
||||
oo.lotFk,
|
||||
ls.lotFk,
|
||||
r.warehouseFk,
|
||||
r.shipment dated,
|
||||
r.itemFk,
|
||||
|
|
|
@ -23,7 +23,7 @@ BEGIN
|
|||
CREATE OR REPLACE TEMPORARY TABLE tLotAlive
|
||||
ENGINE = MEMORY
|
||||
SELECT
|
||||
oo.lotFk,
|
||||
ls.lotFk,
|
||||
t.warehouseFk,
|
||||
t.shipped dated,
|
||||
s.itemFk,
|
||||
|
|
Loading…
Reference in New Issue