fix: refs #8408 hour time on catalog_calculate
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
ca39edd010
commit
adf416a086
File diff suppressed because it is too large
Load Diff
|
@ -71,7 +71,7 @@ BEGIN
|
|||
SET vDone = FALSE;
|
||||
FETCH cTravelTree INTO vZoneFk, vWarehouseFk, vShipped, vHour;
|
||||
|
||||
SET vAvailabled = vShipped + INTERVAL vHour HOUR;
|
||||
SET vAvailabled = vShipped + INTERVAL HOUR(vHour) HOUR;
|
||||
|
||||
IF vDone THEN
|
||||
LEAVE l;
|
||||
|
|
Loading…
Reference in New Issue