This commit is contained in:
dinggang 2022-07-14 11:50:45 +08:00
parent dfaeb397da
commit 2bdc46db62
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class DevelopmentGuideServiceImpl implements DevelopmentGuideService {
logger.info("----------------------------------文件上传成功--------------------------------------");
String filePath = request.getScheme() + "://" + root_url
+ ":" + request.getServerPort() + context_path + "/devModelFile/" + type + fileName;
return folder.getPath();
return filePath;
} catch (IOException e) {
logger.info("----------------------------------文件上传失败--------------------------------------");
logger.info("异常描述" + e.getMessage());