Commit 593e99cb authored by 赵啸非's avatar 赵啸非

添加皮肤分辨率与预览模块

parent 0ad93f40
......@@ -152,7 +152,7 @@ public class SkinBaseServiceImpl extends AbstractCRUDServiceImpl<SkinBaseDao, Sk
InputStream inputStream = new ByteArrayInputStream(sw.toString().getBytes(Constant.UTF8));
MultipartFile file = new MockMultipartFile("file.css", "file.css", ContentType.APPLICATION_OCTET_STREAM.toString(), inputStream);
String filePath = uploadService.saveFileUpload(file, "/file/uploadfile", context.getUser());
String filePath = uploadService.saveFileUpload(file, "file/fileupload", context.getUser());
entity.setCssFilePath(filePath);
} catch (Exception e) {
......
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