JPA多条件查询(精确查询、模糊查询、时间段查询)重写Specification的toPredicate方法
实现/***分页查询公司拥有的项目的列表*@paramcompanyId*@return*/publicPagegetListByCompanyPage(PageFilterpageFilter,StringcompanyId,DatebeginDate,DateendDate,StringprojectName){Pagel=projectRepository.findAll(newSpecif