Commit f603df7f authored by lisong's avatar lisong

现场问题修改

parent 907476e8
......@@ -532,4 +532,7 @@ public interface FireFightingSystemMapper extends BaseMapper<FireFightingSystemE
Long selectEquipCountBySystemId(Long id);
String selectEquipSystemType(String code);
Map<String, Object> getWaterlevelUnit();
}
......@@ -4428,4 +4428,8 @@
WHERE
ffs.code = #{code}
</select>
<select id="getWaterlevelUnit" resultType="java.util.Map">
SELECT unit FROM `wl_equipment_index` WHERE name_key = 'FHS_FirePoolDevice_WaterLevel'
</select>
</mapper>
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