Commit 0378b7bd by zhangxingmin

push

parent c3e3be38
...@@ -64,7 +64,7 @@ public class OssUtils { ...@@ -64,7 +64,7 @@ public class OssUtils {
if (StringUtils.isBlank(env)) { if (StringUtils.isBlank(env)) {
env = getActiveEnv(); env = getActiveEnv();
} }
return projectType + "/" + env + "/large_file/uploads/" + LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy/MM/dd/")) + "/"; return projectType + "/" + env + "/large_file/uploads/" + LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy/MM/dd/"));
} }
private String getActiveEnv() { private String getActiveEnv() {
......
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