Commit bd82b4ca authored by zhangsen's avatar zhangsen

系统查询bug

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