Commit d382da5a authored by tianyiming's avatar tianyiming

Merge remote-tracking branch 'origin/develop_dl_3.6.0.6' into develop_dl_plan6

# Conflicts: # amos-boot-system-equip/src/main/resources/mapper/FireFightingSystemMapper.xml
parents c15a98d5 f603df7f
...@@ -631,4 +631,7 @@ public interface FireFightingSystemMapper extends BaseMapper<FireFightingSystemE ...@@ -631,4 +631,7 @@ public interface FireFightingSystemMapper extends BaseMapper<FireFightingSystemE
Long selectEquipCountBySystemId(Long id); Long selectEquipCountBySystemId(Long id);
String selectEquipSystemType(String code); String selectEquipSystemType(String code);
Map<String, Object> getWaterlevelUnit();
} }
...@@ -5436,4 +5436,8 @@ ...@@ -5436,4 +5436,8 @@
</select> </select>
<select id="getWaterlevelUnit" resultType="java.util.Map">
SELECT unit FROM `wl_equipment_index` WHERE name_key = 'FHS_FirePoolDevice_WaterLevel'
</select>
</mapper> </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