Commit 6ca647a1 authored by shiyu's avatar shiyu

首页推荐2

parent 1173b99c
...@@ -169,7 +169,7 @@ public class SupplierItemDaoImpl implements SupplierItemDao { ...@@ -169,7 +169,7 @@ public class SupplierItemDaoImpl implements SupplierItemDao {
SupplierItemExample supplierItemExample = new SupplierItemExample(); SupplierItemExample supplierItemExample = new SupplierItemExample();
SupplierItemExample.Criteria criteria = supplierItemExample.createCriteria(); SupplierItemExample.Criteria criteria = supplierItemExample.createCriteria();
// criteria.andCreatorIdIn(dto.getCreatorIdList()); // criteria.andCreatorIdIn(dto.getCreatorIdList());
criteria.andOfficialEstimatedPriceGreaterThanOrEqualTo(dto.getGreaterThanPrice()); // criteria.andOfficialEstimatedPriceGreaterThanOrEqualTo(dto.getGreaterThanPrice());
criteria.andTypeIn(dto.getTypeList()); criteria.andTypeIn(dto.getTypeList());
criteria.andStockGreaterThan(0); criteria.andStockGreaterThan(0);
criteria.andIsDeletedEqualTo(false); criteria.andIsDeletedEqualTo(false);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment