赞
踩
@Query(value = "select * from emp where fid in (:paramList) or coalesce(:paramList, null) is null ", nativeQuery = true) List<Emp> testSelect(@Param("paramList")List<String> paramList);