List<Integer> collect = StreamSupport.stream(dwflztglbRepository.findAll().spliterator(), false).map(Dwflztglb::getZtId).distinct().collect(Collectors.toList());

 

相关文章:

  • 2021-12-08
  • 2022-12-23
  • 2021-12-29
  • 2021-08-14
  • 2021-11-18
  • 2021-11-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2021-12-12
  • 2021-11-22
相关资源
相似解决方案