Commit 7d8b65c1 authored by suhuiguang's avatar suhuiguang

1.物联监控-》消防视频

parent 9776c531
...@@ -121,7 +121,7 @@ public class BuildingServiceImpl extends ServiceImpl<BuildingMapper, Building> i ...@@ -121,7 +121,7 @@ public class BuildingServiceImpl extends ServiceImpl<BuildingMapper, Building> i
@Value("${systemctl.sync.switch}") @Value("${systemctl.sync.switch}")
private Boolean syncSwitch; private Boolean syncSwitch;
@Value("${auth-key-fire-video:fire_build_video_info}") @Value("${auth-key-fire-building:fire_building_info}")
private String authKey; private String authKey;
@Autowired @Autowired
......
...@@ -94,10 +94,12 @@ auth-key-fire-system=fire_system_info ...@@ -94,10 +94,12 @@ auth-key-fire-system=fire_system_info
auth-key-fire-equip=fire_equip_info auth-key-fire-equip=fire_equip_info
# 权限标识-消防视频 # 权限标识-消防视频
auth-key-fire-video=fire_video_info auth-key-fire-video=fire_video_info
# 权限标识-消防视频 # 权限标识-消防建筑视频
auth-key-fire-build-video=fire_build_video_info auth-key-fire-build-video=fire_build_video_info
# 权限标识-消防车辆
auth-key-fire-car=fire_car_info auth-key-fire-car=fire_car_info
# 权限标识-消防建筑
auth-key-fire-building=fire_building_info
redis_car_type_count = carTypeAndCount redis_car_type_count = carTypeAndCount
......
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