Commit e4c605f2 authored by litengwei's avatar litengwei

水池液位查询问题

parent 1f6d5401
......@@ -2378,6 +2378,7 @@
<select id="getWaterInfo" resultType="java.util.Map">
select * from (
select * from (
(SELECT
r.`name`,
ou.`code`,
......@@ -2541,7 +2542,7 @@
) a
)) b
ORDER BY
levelStatus DESC,sequence_nbr DESC
levelStatus DESC,sequence_nbr DESC ) as a
</select>
<select id="getFireSystemInfo" 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