转储加入静置时间
This commit is contained in:
@@ -53,6 +53,8 @@
|
|||||||
AND point.is_active = '1'
|
AND point.is_active = '1'
|
||||||
AND is_delete = '0'
|
AND is_delete = '0'
|
||||||
and (point.area_type='01' or point.area_type='02')
|
and (point.area_type='01' or point.area_type='02')
|
||||||
|
and
|
||||||
|
TIMESTAMPDIFF( MINUTE, ivt.instorage_time, now() ) >= ivt.stand_hour*60
|
||||||
OPTION 输入.label_uuid <> ""
|
OPTION 输入.label_uuid <> ""
|
||||||
ivt.label_uuid = 输入.label_uuid
|
ivt.label_uuid = 输入.label_uuid
|
||||||
ENDOPTION
|
ENDOPTION
|
||||||
|
|||||||
Reference in New Issue
Block a user