Commit 7d9794c0 authored by KeYong's avatar KeYong

修改bug

parent ceb4483b
...@@ -5270,7 +5270,7 @@ ...@@ -5270,7 +5270,7 @@
END as 'status' END as 'status'
FROM FROM
f_fire_fighting_system fs f_fire_fighting_system fs
where system_type_code IS NOT NULL where system_type_code IS NOT NULL AND LENGTH(trim(system_type_code)) != 0
</select> </select>
<select id="getSystemAlarmInfoList" resultType="java.util.Map"> <select id="getSystemAlarmInfoList" resultType="java.util.Map">
SELECT SELECT
......
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