refs #6669 fix:ticket_isOutClosureZone
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-02-16 07:08:01 +01:00
parent ca438c7c7f
commit a76872a082
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ BEGIN
* @param vSelf Ticket id
* @return true o false
*/
DECLARE vIsTicketInTime BOOL DEFAULT FALSE;
DECLARE vIsTicketInTime BOOL;
SELECT TIMEDIFF(CURRENT_TIME(), zc.hour + INTERVAL tc.packingDelay HOUR) > 0 INTO vIsTicketInTime
FROM vn.ticket t