1.全景技术监督数据展示

This commit is contained in:
wr
2024-06-25 09:08:32 +08:00
parent e1c5a07f14
commit 0e548887a4
5 changed files with 110 additions and 3 deletions

View File

@@ -1654,7 +1654,8 @@
</if>
<if test="searchValue!=null and searchValue!='' and type==2">
and (
line.NAME like CONCAT('%', #{searchValue}, '%')
line.NAME like CONCAT('%',SUBSTRING_INDEX(#{searchValue}, '_', -1), '%')
or voltage.NAME like CONCAT('%', SUBSTRING_INDEX(#{searchValue}, '_', 1), '%')
or substation.NAME like CONCAT('%', #{searchValue}, '%')
)
</if>