refs #6669 fix:ticket_isOutClosureZone
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
d7a5ec1e5b
commit
8a978a2539
|
@ -9,7 +9,7 @@ BEGIN
|
|||
* @param vSelf Ticket id
|
||||
* @return true o false
|
||||
*/
|
||||
DECLARE vIsTicketInTime BOOL;
|
||||
DECLARE vIsTicketInTime BOOL DEFAULT FALSE;
|
||||
|
||||
SELECT TIMEDIFF(CURRENT_TIME(), zc.hour + INTERVAL tc.packingDelay HOUR) > 0 INTO vIsTicketInTime
|
||||
FROM vn.ticket t
|
||||
|
|
Loading…
Reference in New Issue