Commit dabef013 authored by zhengjiawei's avatar zhengjiawei

bug

parent 0465b044
......@@ -99,15 +99,14 @@
<select id="queryForList" resultType="java.util.Map">
SELECT
*
FROM
f_fire_station fs
WHERE
1=1
select
bu.id,
bu .name,
'1' as type
from
wl_building as bu
left join wl_equipment_category as cat on bu.equipment_code = cat.id
where substr(cat.code ,1,4) = '9301'
<if test="name!=null">
AND fs.name LIKE '%${name}%'
</if>
......
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