Commit 8532719e authored by suhuiguang's avatar suhuiguang

1.修复bug,火爆3小,声光报警器数量统计不正确

parent 060a9a98
...@@ -787,8 +787,7 @@ public class FireFightingSystemServiceImpl extends ServiceImpl<FireFightingSyste ...@@ -787,8 +787,7 @@ public class FireFightingSystemServiceImpl extends ServiceImpl<FireFightingSyste
if (!StringUtil.isNotEmpty(SystemTypeEnum.getEnum(systemCode))) { if (!StringUtil.isNotEmpty(SystemTypeEnum.getEnum(systemCode))) {
return null; return null;
} }
Map<String, Object> data = null; Map<String, Object> data;
if (isUpdate) { if (isUpdate) {
data = saveIntegrationPageSysData(systemCode); data = saveIntegrationPageSysData(systemCode);
} else { } else {
......
...@@ -919,7 +919,7 @@ ...@@ -919,7 +919,7 @@
from from
`wl_equipment_specific_index` si `wl_equipment_specific_index` si
where where
si.equipment_index_key = 'FAS_AirSampler_FireAlarm') as sgbjqnum, si.equipment_index_key = 'FAS_SoundLightAlarm_FireAlarm') as sgbjqnum,
(SELECT (SELECT
count(1) count(1)
from from
......
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