feat: refs #6500
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-04-12 08:44:06 +02:00
parent 800fa36d04
commit adadf70f1e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ BEGIN
WHERE shipped > util.VN_CURDATE() AND isDelivered = FALSE
ORDER BY t.landed
LIMIT 10000000000000000000
) t
) t
GROUP BY warehouseInFk, warehouseOutFk
) tt ON t.warehouseInFk = tt.warehouseInFk AND t.warehouseOutFk = tt.warehouseOutFk
SET e.travelFk = t.id;