|
@@ -4883,7 +4883,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
FileUtils.deleteDirectory(meshPath);
|
|
|
CreateObjUtil.ossUtilCp(dataViewPath + "mesh", meshPath);
|
|
|
log.info("meshPath="+meshPath);
|
|
|
- if(!new File(meshPath.concat("/mesh")).exists()){
|
|
|
+ if(!new File(meshPath).exists()){
|
|
|
throw new BusinessException(ErrorCode.FAILURE_CODE_7006);
|
|
|
}
|
|
|
log.info(new File(meshPath).listFiles().toString());
|