dengsixing 1 tydzień temu
rodzic
commit
ef47513ad1

+ 4 - 4
pom.xml

@@ -80,10 +80,10 @@
             <groupId>io.jsonwebtoken</groupId>
             <artifactId>jjwt</artifactId>
         </exclusion>
-        <exclusion>
-            <groupId>org.bytedeco</groupId>
-            <artifactId>javacv</artifactId>
-        </exclusion>
+<!--        <exclusion>-->
+<!--            <groupId>org.bytedeco</groupId>-->
+<!--            <artifactId>javacv</artifactId>-->
+<!--        </exclusion>-->
         <exclusion>
             <groupId>org.bytedeco</groupId>
             <artifactId>javacv-platform</artifactId>

+ 2 - 1
src/main/java/com/fdkankan/contro/mq/service/impl/BuildSceneServiceImpl.java

@@ -381,7 +381,8 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
 
 //            //删除计算目录
             if(CollUtil.isEmpty(notDeleteNasNumList) || !notDeleteNasNumList.contains(sceneCode)){
-                CreateObjUtil.deleteFile(path.replace(ConstantFilePath.BUILD_MODEL_PATH, "/"));
+                FileUtil.del(path);
+//                CreateObjUtil.deleteFile(path.replace(ConstantFilePath.BUILD_MODEL_PATH, "/"));
             }
 
             this.uploadStatusJson(scenePlus, scenePlusExt);