fix: shipment
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
5959a9e9e0
commit
f0b5044b65
|
@ -130,7 +130,7 @@ BEGIN
|
|||
)
|
||||
SELECT 'ticket',
|
||||
s.ticketFk,
|
||||
util.dayEnd(s.shipped),
|
||||
s.shipped,
|
||||
NULL `in`,
|
||||
s.quantity,
|
||||
s.alertLevel,
|
||||
|
@ -155,7 +155,7 @@ BEGIN
|
|||
orders AS (
|
||||
SELECT 'order' originType,
|
||||
o.id originId,
|
||||
r.shipment,
|
||||
util.dayEnd(r.shipment),
|
||||
NULL 'in',
|
||||
r.amount,
|
||||
NULL alertLevel,
|
||||
|
|
Loading…
Reference in New Issue