|
@@ -588,7 +588,7 @@ public class SceneListener {
|
|
|
private void uploadOss(String sceneCode) {
|
|
|
long start = System.currentTimeMillis();
|
|
|
String filePath = "/mnt/720yun_fd_manage_data/" + sceneCode;
|
|
|
- String ossKey = "/720yun_fd_manage/" + sceneCode;
|
|
|
+ String ossKey = "720yun_fd_manage/" + sceneCode;
|
|
|
fileAndOssUtil.uploadBySh(filePath, ossKey);
|
|
|
long end = System.currentTimeMillis();
|
|
|
log.info("切图上传完成, 耗时:{} s" , (end-start)/1000 );
|