|
@@ -424,7 +424,7 @@ public class PrintCommonServiceImpl implements PrintCommonService {
|
|
stringJoiner.add(dictionaryConfig.fssPublicDomain().getConfig()).add(File.separator);
|
|
stringJoiner.add(dictionaryConfig.fssPublicDomain().getConfig()).add(File.separator);
|
|
}
|
|
}
|
|
if (!oss && Objects.nonNull(dictionaryConfig.fssPrivateDomain()) && !StringUtils.isBlank(dictionaryConfig.fssPrivateDomain().getConfig()) && !dictionaryConfig.fssPrivateDomain().getConfig().startsWith(SystemConstant.START_PARENT)) {
|
|
if (!oss && Objects.nonNull(dictionaryConfig.fssPrivateDomain()) && !StringUtils.isBlank(dictionaryConfig.fssPrivateDomain().getConfig()) && !dictionaryConfig.fssPrivateDomain().getConfig().startsWith(SystemConstant.START_PARENT)) {
|
|
- stringJoiner.add(dictionaryConfig.fssPrivateDomain().getConfig()).add(File.separator);
|
|
|
|
|
|
+ pdfStringJoiner.add(dictionaryConfig.fssPrivateDomain().getConfig()).add(File.separator);
|
|
}
|
|
}
|
|
stringJoiner = SystemConstant.getDirName(stringJoiner, UploadFileEnum.HTML, true);
|
|
stringJoiner = SystemConstant.getDirName(stringJoiner, UploadFileEnum.HTML, true);
|
|
stringJoiner.add(SystemConstant.getNanoId()).add(SystemConstant.HTML_PREFIX);
|
|
stringJoiner.add(SystemConstant.getNanoId()).add(SystemConstant.HTML_PREFIX);
|