feat: refs #6500 procRefactor8 #2131

Merged
robert merged 28 commits from 6500-procRefactor8 into dev 2024-04-17 11:32:54 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit adadf70f1e - Show all commits

View File

@ -22,7 +22,7 @@ BEGIN
WHERE shipped > util.VN_CURDATE() AND isDelivered = FALSE
robert marked this conversation as resolved Outdated

isDelivered = FALSE

NOT isDelivered

Faltan alias

isDelivered = FALSE NOT isDelivered Faltan alias
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;