测点查询支持高频低频
This commit is contained in:
parent
eb555da6a3
commit
04683ccf4a
@ -19,6 +19,9 @@
|
||||
<if test="info.iotModelId != null and info.iotModelId != ''">
|
||||
and t.iot_model_id = #{info.iotModelId}
|
||||
</if>
|
||||
<if test="info.highSpeed != null and info.highSpeed != ''">
|
||||
and t.highSpeed = #{info.highSpeed}
|
||||
</if>
|
||||
<if test="info.attributeName != null and info.attributeName != ''">
|
||||
and t.attribute_name like concat('%',#{info.attributeName},'%')
|
||||
</if>
|
||||
|
Loading…
Reference in New Issue
Block a user