dev #2

Merged
dashixiong merged 349 commits from dev into main 2026-02-11 01:55:46 +00:00
375 changed files with 55590 additions and 1133 deletions
Showing only changes of commit 084201bb58 - Show all commits

View File

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