dyh-service/dyh-sys/src/main/java/cn/huge/module/grid/controller/web/GridEventWebController.java
@@ -385,6 +385,8 @@ //添加附件查询条件 List<String>ownerIdList = gridApprovalRecordVo.getOwnerIdList(); log.info("开始获取附件:{}",gridApprovalRecordVo.getOwnerIdList()); log.info("开始获取附件:{}",gridApprovalRecordVo.getCaseId()); Map<String, Object>terms = new HashMap<>(); if(ownerIdList != null && ownerIdList.size() != 0){ terms.put("ownerIdList", ownerIdList);