diff --git a/das/src/main/resources/mapper/SysIotModelFieldMapper.xml b/das/src/main/resources/mapper/SysIotModelFieldMapper.xml index ce265982..f3d487b1 100644 --- a/das/src/main/resources/mapper/SysIotModelFieldMapper.xml +++ b/das/src/main/resources/mapper/SysIotModelFieldMapper.xml @@ -19,6 +19,9 @@ and t.iot_model_id = #{info.iotModelId} + + and t.highSpeed = #{info.highSpeed} + and t.attribute_name like concat('%',#{info.attributeName},'%')