|
|
@@ -5369,9 +5369,6 @@ public class ArchivesAutoServiceImpl extends BaseServiceImpl<ArchivesAutoMapper,
|
|
|
//List<Long> idsList=Func.toLongList(ids);
|
|
|
List<ArchivesAuto> archivesAutoList = this.list(new LambdaQueryWrapper<ArchivesAuto>().in(ArchivesAuto::getId, idsList));
|
|
|
for (ArchivesAuto auto : archivesAutoList) {
|
|
|
- if(auto.getOutUrl()==null||auto.getOutUrl().isEmpty()){
|
|
|
- continue;
|
|
|
- }
|
|
|
String sql=" select * from u_archive_file where is_deleted = 0 and archive_id="+auto.getId();
|
|
|
List<ArchiveFile> archiveFiles = jdbcTemplate.query(sql, new BeanPropertyRowMapper<>(ArchiveFile.class));
|
|
|
if(archiveFiles.isEmpty()){
|