Browse Source

白名单

20230116--v1.0
wangzijian 1 year ago
parent
commit
8353e38d96
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/java/com/cirle/scientific/utils/OSSUtils.java

+ 1
- 1
src/main/java/com/cirle/scientific/utils/OSSUtils.java View File

@@ -104,7 +104,7 @@ public class OSSUtils {
104 104
 		SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd");
105 105
 		String now = sdf.format(date);
106 106
 		String fileName = FileUtil.getFileNameNoEx(file) + "-" + new SimpleDateFormat("yyyyMMddHHmmss").format(new Date()) + "." + FileUtil.getExtensionName(file);
107
-		return "test/project/" + now + "/" + fileName;
107
+		return "prod/project/" + now + "/" + fileName;
108 108
 	}
109 109
 
110 110
 	public static String getKeyUUId(String file) {

Loading…
Cancel
Save