7253-devToTest_2418 #2350

Merged
alexm merged 320 commits from 7253-devToTest_2418 into test 2024-04-23 08:02:46 +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
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;