Commit 42e98d7d authored by suhuiguang's avatar suhuiguang

1.修改视频健康的权限为之前建的正确的

parent f4b501c7
......@@ -1296,7 +1296,7 @@ public class BuildingServiceImpl extends ServiceImpl<BuildingMapper, Building> i
@Override
public List<BuildingTreeVo> selectCompanyTree(String authKey) {
if (StringUtils.isEmpty(authKey)) {
authKey = this.authKey;
authKey = this.buildVideoAuthKey;
}
Map<String, Long> countMap = iVideoService.getVideoCountMap();
// 1.获取公司list
......
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