Commit 8293885e authored by lisong's avatar lisong

修改消防告警信息列表搜索bug

parent 54b92cb1
...@@ -1203,7 +1203,7 @@ ...@@ -1203,7 +1203,7 @@
</if> </if>
<if test="name != null and name != ''"> <if test="name != null and name != ''">
and wlesal.equipment_specific_name like concat(#{name},'%') and wlesal.equipment_specific_name like concat('%', #{name},'%')
</if> </if>
<if test="cleanStatus != null and cleanStatus != '' and cleanStatus == 2"> <if test="cleanStatus != null and cleanStatus != '' and cleanStatus == 2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment