浏览代码

合并代码

dsx 1 年之前
父节点
当前提交
9ae055f1e2
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/main/java/com/fdkankan/contro/controller/SceneFileController.java

+ 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();