Commit edb9be8c authored by 刘基明's avatar 刘基明

图片上传

parent 1d86fd9f
...@@ -96,8 +96,10 @@ public class OSSFileService { ...@@ -96,8 +96,10 @@ public class OSSFileService {
fileRecordMapper.insert(record); fileRecordMapper.insert(record);
return record; return record;
}else {
throw new BizException("文件格式暂不支持:"+suffix);
} }
throw new BizException("文件格式中暂不支持");
} }
......
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