赞
踩
- @Query(value = " select t from WebSysOrganizationEntity t where 1 = 1 " +
- " and (coalesce(?1) is null or t.orgId in ?1) " +
- " order by t.orgOrder asc ")
- Page<WebSysOrganizationEntity> findByPage(List<Long> orgIds,Pageable pageable);
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。