|
@@ -37,6 +37,9 @@ public class FireControlBigDataServiceImpl extends BaseServiceImpl implements IF
|
|
|
@Autowired
|
|
|
private DeptLevelUtil deptLevelUtil;
|
|
|
|
|
|
+ /**
|
|
|
+ * 水鹤数量按部门分组
|
|
|
+ */
|
|
|
@DataScopeMutiDept(deptAlias = "d")
|
|
|
@Override
|
|
|
public List<VisuForestCloudEventTypeBO> selectBigDataWatercraneDeptCount(CenterdataTForestWatercrane centerdataTForestWatercrane) {
|
|
@@ -44,6 +47,9 @@ public class FireControlBigDataServiceImpl extends BaseServiceImpl implements IF
|
|
|
return fireControlBigDataMapper.selectBigDataWatercraneDeptCount(centerdataTForestWatercrane);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 查询消防各资源数量
|
|
|
+ */
|
|
|
@DataScopeMutiDept(deptAlias = "d")
|
|
|
@Override
|
|
|
public List<Map<String, Object>> geFireControltTotal(VisuForestCloudMapVO visuForestCloudMapVO) {
|
|
@@ -51,6 +57,9 @@ public class FireControlBigDataServiceImpl extends BaseServiceImpl implements IF
|
|
|
return fireControlBigDataMapper.geFireControltTotal(visuForestCloudMapVO);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 取水口数量按部门分组
|
|
|
+ */
|
|
|
@DataScopeMutiDept(deptAlias = "d")
|
|
|
@Override
|
|
|
public List<VisuForestCloudEventTypeBO> selectBigDataWaterintakeDeptCount(CenterdataTForestWaterintake centerdataTForestWaterintake) {
|
|
@@ -58,6 +67,9 @@ public class FireControlBigDataServiceImpl extends BaseServiceImpl implements IF
|
|
|
return fireControlBigDataMapper.selectBigDataWaterintakeDeptCount(centerdataTForestWaterintake);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 按年月日模糊查询天气综合信息
|
|
|
+ */
|
|
|
@Override
|
|
|
public CenterdataTForestWeatherinformationBigDataBO selectBigDataByYearMonth(CenterdataTForestWeatherinformationBigDataVO centerdataTForestWeatherinformationBigDataVO) {
|
|
|
List<CenterdataTForestWeatherinformation> centerdataTForestWeatherinformationList = fireControlBigDataMapper.selectBigDataByYearMonth(centerdataTForestWeatherinformationBigDataVO);
|
|
@@ -77,6 +89,9 @@ public class FireControlBigDataServiceImpl extends BaseServiceImpl implements IF
|
|
|
return centerdataTForestWeatherinformationBigDataBO;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 专职站
|
|
|
+ */
|
|
|
@DataScopeMutiDept(deptAlias = "d")
|
|
|
@Override
|
|
|
public List<VisuForestCloudEventTypeBO> selectBigDataFirecontrolFulltimeStationDeptCount(CenterdataTFirecontrolFulltimeStation centerdataTFirecontrolFulltimeStation) {
|
|
@@ -84,6 +99,9 @@ public class FireControlBigDataServiceImpl extends BaseServiceImpl implements IF
|
|
|
return fireControlBigDataMapper.selectBigDataFirecontrolFulltimeStationDeptCount(centerdataTFirecontrolFulltimeStation);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 消火栓
|
|
|
+ */
|
|
|
@DataScopeMutiDept(deptAlias = "d")
|
|
|
@Override
|
|
|
public List<VisuForestCloudEventTypeBO> selectBigDataFirehydrantDeptCount(CenterdataTForestFirehydrant centerdataTForestFirehydrant) {
|
|
@@ -91,6 +109,9 @@ public class FireControlBigDataServiceImpl extends BaseServiceImpl implements IF
|
|
|
return fireControlBigDataMapper.selectBigDataFirehydrantDeptCount(centerdataTForestFirehydrant);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 泡沫液
|
|
|
+ */
|
|
|
@DataScopeMutiDept(deptAlias = "d")
|
|
|
@Override
|
|
|
public List<Map<String,Object>> selectBigDataFirecontrolFoamLiquidDeptCount(CenterdataTFirecontrolFoamLiquid centerdataTFirecontrolFoamLiquid) {
|
|
@@ -107,6 +128,9 @@ public class FireControlBigDataServiceImpl extends BaseServiceImpl implements IF
|
|
|
return deptLevelUtil.getDeptLevel(mapList,centerdataTFirecontrolBasicLinkageForce.getDeptId().toString());
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 基本联动力量
|
|
|
+ */
|
|
|
@DataScopeMutiDept(deptAlias = "d")
|
|
|
@Override
|
|
|
public List getOtherlinkageforceList(CenterdataTFirecontrolOtherLinkageForce centerdataTFirecontrolOtherLinkageForce) {
|
|
@@ -114,6 +138,9 @@ public class FireControlBigDataServiceImpl extends BaseServiceImpl implements IF
|
|
|
return fireControlBigDataMapper.getOtherlinkageforceList(centerdataTFirecontrolOtherLinkageForce);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 重点区域
|
|
|
+ */
|
|
|
@DataScopeMutiDept(deptAlias = "d")
|
|
|
@Override
|
|
|
public List<VisuForestCloudEventTypeBO> selectBigDataImportareaDeptCount(CenterdataTForestImportarea centerdataTForestImportarea) {
|
|
@@ -143,7 +170,7 @@ public class FireControlBigDataServiceImpl extends BaseServiceImpl implements IF
|
|
|
return deptLevelUtil.getDeptLevel(list,visuForestCloudMapVO.getDeptId().toString());
|
|
|
}
|
|
|
|
|
|
- /*
|
|
|
+ /**
|
|
|
* 重点场所
|
|
|
*
|
|
|
* @author 韩福成
|