소스 검색

Merge branch 'hotfix-企业logo数据不一致-dsx' into test

dengsixing 1 년 전
부모
커밋
e3a5230b5b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/java/com/fdkankan/contro/service/impl/CommonServiceImpl.java

+ 0 - 1
src/main/java/com/fdkankan/contro/service/impl/CommonServiceImpl.java

@@ -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");