Bladeren bron

3.3.1 update

xiaofei 1 jaar geleden
bovenliggende
commit
dc12eb1196

+ 1 - 0
teachcloud-common/src/main/java/com/qmth/teachcloud/common/util/FileStoreUtil.java

@@ -247,6 +247,7 @@ public class FileStoreUtil {
     public String getPrivateUrlPrefix(String objectPath, String type) {
         String server = null;
         if ("public".equals(type)) {
+            server = dictionaryConfig.fssPublicDomain().getServer();
             return server + SystemConstant.ORG_SPLIT;
         } else if ("private".equals(type)) {
             Boolean oss = dictionaryConfig.sysDomain().isOss();