修改
This commit is contained in:
@ -191,7 +191,7 @@
|
||||
and t.device_category = #{deviceCategory}
|
||||
</if>
|
||||
<if test="pointName != null and pointName != ''">
|
||||
and t.point_name = #{pointName}
|
||||
and t.point_name like concat('%', #{pointName}, '%')
|
||||
</if>
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user