Commit 059f3d65 authored by shiyu's avatar shiyu

分享藏品或藏馆链接,逻辑修改2

parent 2924fd5c
...@@ -151,7 +151,7 @@ public class SupplierItemDaoImpl implements SupplierItemDao { ...@@ -151,7 +151,7 @@ public class SupplierItemDaoImpl implements SupplierItemDao {
criteria.andCreatorIdEqualTo(creatorId); criteria.andCreatorIdEqualTo(creatorId);
criteria.andTypeEqualTo(3); criteria.andTypeEqualTo(3);
criteria.andIsDeletedEqualTo(false); criteria.andIsDeletedEqualTo(false);
criteria.andIsOnSaleEqualTo(true); // criteria.andIsOnSaleEqualTo(true);
return supplierItemMapper.countByExample(supplierItemExample); 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