Commit 29f1024d authored by chenhao's avatar chenhao

Merge branch 'develop_ccs' of http://172.16.10.76/moa/amos-boot-biz into develop_ccs

parents eda2c3e4 7d8b65c1
...@@ -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