测点查询支持高频低频

This commit is contained in:
huguanghan 2025-01-15 14:11:14 +08:00
parent eb555da6a3
commit 04683ccf4a

View File

@ -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>