Commit 45c6b979 authored by tianyiming's avatar tianyiming

修改获取设备告警待确认和未处理信息的返回值类型

parent a69416f5
......@@ -260,7 +260,7 @@ public interface FireFightingSystemMapper extends BaseMapper<FireFightingSystemE
* @param bizOrgCode
* @return
*/
List<Map<String, Object>> getEquipAlarmInfoNum(@Param("systemCode") String systemCode, @Param("bizOrgCode") String bizOrgCode);
Map<String, Object> getEquipAlarmInfoNum(@Param("systemCode") String systemCode, @Param("bizOrgCode") String bizOrgCode);
/**
* 获取消防力量信息(队伍值班等)
......
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