|
|
@@ -458,7 +458,6 @@ public class InquiryForSaleServiceImpl implements InquiryForSaleService {
|
|
|
pageInfo.expression(PredicateUtils.lte("reDate", new Date(filter.getEndDate()), false));
|
|
|
}
|
|
|
}
|
|
|
- pageInfo.expression(PredicateUtils.isNull("newId"));
|
|
|
Page reminds = remindDao.findAll(new Specification<InquiryRemind>() {
|
|
|
public Predicate toPredicate(Root<InquiryRemind> root, CriteriaQuery<?> query, CriteriaBuilder builder) {
|
|
|
query.where(pageInfo.getPredicates(root, query, builder));
|