|
@@ -133,7 +133,6 @@ public class SceneUploadServiceImpl extends ServiceImpl<ISceneUploadMapper, Scen
|
|
|
if(type != null && 1 == type){
|
|
|
this.updateFileByPreFix(num,bizType,bucket);
|
|
|
}
|
|
|
- System.out.println(timer.intervalRestart());
|
|
|
for (MultipartFile file : files) {
|
|
|
String fileName = file.getOriginalFilename();
|
|
|
// 获取文件后缀
|