1.全景技术监督数据展示
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user