Browse Source

合并代码

dsx 1 year ago
parent
commit
9ae055f1e2

+ 1 - 3
src/main/java/com/fdkankan/contro/controller/SceneFileController.java

@@ -220,9 +220,7 @@ public class SceneFileController{
     public ResultData noticeBuildBd(String uuid) throws Exception {
         String prefix = "http://192.168.0.25/oss/bd_server/" + uuid + "/";
         String path = "/oss/4dkankan/bd_server/" + uuid;
-//        List<String> strings = FileUtil.listFileNames(path);
-        List<String> strings = new ArrayList<>();
-        strings.add("asdf.jpeg");
+        List<String> strings = FileUtil.listFileNames(path);
         strings.parallelStream().forEach(fileName ->{
             String url = prefix.concat(fileName);
             SendCallAlgorithmDetail detail = new SendCallAlgorithmDetail();