|
|
|
|
@ -147,7 +147,7 @@ public class ZyjhService extends ServiceImpl<DmYdjhMapper,DmYdjh> {
|
|
|
|
|
String pl=keys[1];
|
|
|
|
|
String fd=keys[2];
|
|
|
|
|
File dir = new File("static/upload/" + ch + "/" + pl + "/其他");
|
|
|
|
|
String patternStr = pl + "_" + fd + "_分段配套表";
|
|
|
|
|
String patternStr = "_分段配套表";
|
|
|
|
|
List<File> fileList = FileUtil.loopFiles(dir);
|
|
|
|
|
fileList.stream()
|
|
|
|
|
.filter(file -> file.getName().contains(patternStr))
|
|
|
|
|
|