ke
2024-07-19 08a962d2925baa255207fdf979e6fee794f1773b
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/controller/TbResGeneralInvestigationController.java
@@ -149,9 +149,9 @@
   @GetMapping("/downloadZipCopy")
   @ApiOperation(value = "批量导出白蚁普查的图片视频zip文件")
   public R downloadZipCopy() throws IOException {
   public R downloadZipCopy(Query query,String type,AttResBaseGeneralInvestigationVO attResBase){
      List<ResGentionVO> msg = tbResGeneralInvestigationService.downZipCopy();
      List<ResGentionVO> msg = tbResGeneralInvestigationService.downZipCopy(Condition.getPage(query),type,attResBase);
      return  R.data(msg);
   }