Commit a1688cb6 authored by 张辰's avatar 张辰

fix oss bug

parent 6e6c5603
......@@ -45,7 +45,7 @@ public class FileManager {
}
String dirPrefix = "";
if (dirEnum == null) {
if (dirEnum != null) {
dirPrefix = dirPrefix + dirEnum.dir;
}
if (StringUtils.isNotBlank(userId)) {
......
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