|
|
@@ -82,7 +82,7 @@ public class FileImplService implements FileService {
|
|
|
return new ArrayList<>();
|
|
|
|
|
|
StringBuilder fileSqlx = new StringBuilder("");
|
|
|
- fileSqlx.append(" and link_id = '").append(linkId).append("'");
|
|
|
+ fileSqlx.append(" and link_id = '").append(linkId).append("' and (`name` is null or `name` not like '%营业执照%') ");
|
|
|
List<FileInfo> fileInfoList = queryList(fileSqlx.toString());
|
|
|
return fileInfoList;
|
|
|
}
|