Commit b1ef8b88 authored by zhangsen's avatar zhangsen

bug

parent a80343eb
...@@ -60,10 +60,10 @@ ...@@ -60,10 +60,10 @@
from from
f_fire_fighting_system f_fire_fighting_system
where 1=1 where 1=1
<if test="equimentName != null and equimentName != '' "> <if test="equimentName != null and equimentName != '' and equimentName != 'null' ">
AND name like CONCAT('%',#{equimentName},'%') AND name like CONCAT('%',#{equimentName},'%')
</if> </if>
<if test="equimentCode != null and equimentCode != '' "> <if test="equimentCode != null and equimentCode != '' and equimentCode != 'null' ">
AND code like CONCAT('%',#{equimentCode},'%') AND code like CONCAT('%',#{equimentCode},'%')
</if> </if>
<if test="construction != 'all' "> <if test="construction != 'all' ">
......
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