Commit 48c34b34 authored by 周健威's avatar 周健威

修改代码

parent f6ad62e7
......@@ -106,7 +106,7 @@ public class UploadService {
//将文件写入指定位置
//ImgUtil.write(newImage2, new File(filePath));
//创建文件夹
FileUtil.mkdir(dirPathToday);
FileUtil.mkdir(baseUploadPath+ dirPathToday);
ImageWatermarkUtil.ImageByText(dto.getContext(), newImage, filePath, dto.getDegree(), font);
//将文件写入指定位置
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment