Commit 1ad3def9 authored by shiyu's avatar shiyu

分享海报图片3

parent ebdc26a5
......@@ -209,7 +209,7 @@ public class SupplierItemDaoImpl implements SupplierItemDao {
SupplierItemExample supplierItemExample = new SupplierItemExample();
SupplierItemExample.Criteria criteria = supplierItemExample.createCriteria();
criteria.andCreatorIdEqualTo(creatorId);
criteria.andTypeEqualTo(3);
criteria.andTypeIn(Arrays.asList(3, 7));
criteria.andIsDeletedEqualTo(false);
// criteria.andIsOnSaleEqualTo(true);
return supplierItemMapper.countByExample(supplierItemExample);
......
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