40842c6e by chentao

no message

1 parent 4db1d141
......@@ -215,7 +215,7 @@ public class SysOssServiceImpl implements ISysOssService, OssService {
uploadResult = storage.uploadSuffix(encryptBytes, suffix, file.getContentType());
}
else{
uploadResult = storage.upload(file.getBytes(), originalfileName, file.getContentType());
uploadResult = storage.uploadSuffix(file.getBytes(), suffix, file.getContentType());
}
} catch (IOException e) {
throw new ServiceException(e.getMessage());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!