Commit 753c6a3c authored by tianyiming's avatar tianyiming

Merge remote-tracking branch 'origin/develop_dl_plan6' into develop_dl_plan6_temp

parents df900faf d382da5a
......@@ -631,4 +631,7 @@ public interface FireFightingSystemMapper extends BaseMapper<FireFightingSystemE
Long selectEquipCountBySystemId(Long id);
String selectEquipSystemType(String code);
Map<String, Object> getWaterlevelUnit();
}
......@@ -5436,4 +5436,8 @@
</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