This commit is contained in:
zq
2026-01-23 19:43:48 +08:00
parent 194429af2d
commit 084201bb58

View File

@ -191,7 +191,7 @@
and t.device_category = #{deviceCategory} and t.device_category = #{deviceCategory}
</if> </if>
<if test="pointName != null and pointName != ''"> <if test="pointName != null and pointName != ''">
and t.point_name = #{pointName} and t.point_name like concat('%', #{pointName}, '%')
</if> </if>
</select> </select>