转储加入静置时间

This commit is contained in:
qinx
2023-03-15 14:54:56 +08:00
parent 5b7821af49
commit 83d08ba4f9

View File

@@ -53,6 +53,8 @@
AND point.is_active = '1'
AND is_delete = '0'
and (point.area_type='01' or point.area_type='02')
and
TIMESTAMPDIFF( MINUTE, ivt.instorage_time, now() ) >= ivt.stand_hour*60
OPTION 输入.label_uuid <> ""
ivt.label_uuid = 输入.label_uuid
ENDOPTION