|
@@ -459,8 +459,8 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
Company company = companyService.getById(cameraDetail.getCompanyId());
|
|
Company company = companyService.getById(cameraDetail.getCompanyId());
|
|
if (StrUtil.isNotEmpty(company.getTopLogo())) {
|
|
if (StrUtil.isNotEmpty(company.getTopLogo())) {
|
|
fYunFileService.copyFileInBucket(company.getTopLogo(),userViewPath + "loadingLogo-user.png");
|
|
fYunFileService.copyFileInBucket(company.getTopLogo(),userViewPath + "loadingLogo-user.png");
|
|
- sceneJson.setFloorLogo("user");
|
|
|
|
- sceneJson.setFloorLogoFile("loadingLogo-user.png");
|
|
|
|
|
|
+ sceneJson.setLoadingLogo("user");
|
|
|
|
+ sceneJson.setLoadingLogoFile("loadingLogo-user.png");
|
|
}
|
|
}
|
|
if (StrUtil.isNotEmpty(company.getFloorLogo())) {
|
|
if (StrUtil.isNotEmpty(company.getFloorLogo())) {
|
|
fYunFileService.copyFileInBucket(company.getFloorLogo(),userViewPath + "floorLogo-user.png");
|
|
fYunFileService.copyFileInBucket(company.getFloorLogo(),userViewPath + "floorLogo-user.png");
|