|
@@ -480,7 +480,6 @@ public class CommonServiceImpl implements ICommonService {
|
|
|
fYunFileServiceInterface.downloadFile(company.getFloorLogo().substring(1), localLogoPath);
|
|
|
}
|
|
|
localLogoPath = ConstantFilePath.AGENT_PATH + company.getFloorLogo().substring(company.getFloorLogo().lastIndexOf("//") + 1);
|
|
|
- HttpUtil.downloadFile(company.getFloorLogo(), localLogoPath);
|
|
|
fYunFileServiceInterface.uploadFile(localLogoPath, userViewPath + "floorLogo-user.png");
|
|
|
fYunFileServiceInterface.uploadFile(localLogoPath, userEditPath + "floorLogo-user.png");
|
|
|
sceneJson.setFloorLogo("user");
|