|
@@ -491,6 +491,7 @@ public class ArchivesAutoServiceImpl extends BaseServiceImpl<ArchivesAutoMapper,
|
|
if (test == 1) {
|
|
if (test == 1) {
|
|
fixArchivesAutoFile(vo);
|
|
fixArchivesAutoFile(vo);
|
|
}
|
|
}
|
|
|
|
+
|
|
List<ArchivesAuto> pageList = this.baseMapper.selectArchivesAutoFilePage(current, vo.getSize(), vo);
|
|
List<ArchivesAuto> pageList = this.baseMapper.selectArchivesAutoFilePage(current, vo.getSize(), vo);
|
|
//设置分页信息
|
|
//设置分页信息
|
|
iPage.setTotal(total);
|
|
iPage.setTotal(total);
|
|
@@ -4024,8 +4025,6 @@ public class ArchivesAutoServiceImpl extends BaseServiceImpl<ArchivesAutoMapper,
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
public void deleteFile(String defaultDir,Long id){
|
|
public void deleteFile(String defaultDir,Long id){
|
|
String dir = defaultDir+"/"+id;
|
|
String dir = defaultDir+"/"+id;
|
|
String file = defaultDir+"/"+id+".zip";
|
|
String file = defaultDir+"/"+id+".zip";
|