| | |
| | | return baseMapper.selectList(QueryHelpPlus.getPredicate(TargetExamine.class, criteria)); |
| | | } |
| | | |
| | | // @Override |
| | | // public void addOrUpdate(TargetExamineSaveOrUpdate infoDto) { |
| | | // |
| | | // |
| | | // if(StringUtils.hasText(infoDto.getDelIds())) { |
| | | // List<Long> idList = Arrays.stream(infoDto.getDelIds().split(",")).map(s-> Long.parseLong(s.trim())) |
| | | // .collect(Collectors.toList()); |
| | | // this.removeByIds(idList); |
| | | // } |
| | | // |
| | | // infoDto.getExamineList().forEach(f->{ |
| | | // f.setTargetId(infoDto.getId()); |
| | | // }); |
| | | // this.saveOrUpdateBatch(infoDto.getExamineList()); |
| | | // } |
| | | } |