Browse Source

去掉我的商机已报价限制

hejq 7 years ago
parent
commit
3892bb9ffb

+ 0 - 1
src/main/java/com/uas/ps/inquiry/service/impl/InquiryForSaleServiceImpl.java

@@ -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));