fix(logistics): correction to the lane grab

This commit is contained in:
2025-03-26 09:16:16 -05:00
parent 58f7b4322d
commit 2d4b1db5f4
2 changed files with 3 additions and 2 deletions

View File

@@ -3,5 +3,5 @@ select IdLagerAbteilung as laneID,
Bezeichnung as laneName
from AlplaPROD_test1.dbo.T_LagerAbteilungen
where Aktiv = 1
and Bezeichnung = [laneName]
and Bezeichnung = '[laneName]'
`;