UPDATE: fix bug
All checks were successful
Build and Release / release (push) Successful in 1m13s

This commit is contained in:
2026-05-04 21:20:47 +07:00
parent 4817c29b8f
commit 1998cf2ec0
14 changed files with 101 additions and 35 deletions

View File

@@ -392,7 +392,7 @@ WHERE g.is_deleted = false
)
AND (
$6::int IS NULL OR
(g.time_start <= $6::int AND g.time_end >= $6::int)
int4range(g.time_start, g.time_end, '[]') @> $6::int
)
AND (
$7::uuid IS NULL OR