Commit e1a99945 authored by lisong's avatar lisong

修改消防资源总览卡片bug

parent 417f57fd
...@@ -974,7 +974,7 @@ ...@@ -974,7 +974,7 @@
<select id="getSystemAndCarCount" resultType="java.util.Map"> <select id="getSystemAndCarCount" resultType="java.util.Map">
SELECT SELECT
(SELECT count(*) FROM f_fire_fighting_system) fireSystem, (SELECT count(*) FROM f_fire_fighting_system fs where fs.system_type_code <![CDATA[<>]]> 'otherSys') fireSystem,
(SELECT count(*) FROM wl_car) fireCar (SELECT count(*) FROM wl_car) fireCar
</select> </select>
<select id="getEquipExpiryStatistics" resultType="java.util.Map"> <select id="getEquipExpiryStatistics" resultType="java.util.Map">
......
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