* [bug#55534,done,0.5h] Adjust filters.

This commit is contained in:
daitingting
2024-09-27 17:07:28 +08:00
committed by 綦新志
parent 860a3c2e9c
commit bccf6d5bf4
+1
View File
@@ -2605,6 +2605,7 @@ and t1.resolution!=''
and (case when \$startDate='' then 1 else cast(t1.resolvedDate as date)>=cast(\$startDate as date) end)
and (case when \$endDate='' then 1 else cast(t1.resolvedDate as date)<=cast(\$endDate as date) end)
and (case when \$product = '' then 1 else t1.product=\$product end)
and not (\$product='' and \$startDate='' and \$endDate='')
EOT,
'settings' => array
(