Commit d883614f authored by shiyu's avatar shiyu

后台管理新增藏品数统计

parent fa8aceb9
......@@ -258,7 +258,6 @@ public class SupplierItemDaoImpl implements SupplierItemDao {
criteria.andCreateTimeGreaterThanOrEqualTo(supplierItemRequestDto.getStartCreateTime());
criteria.andCreateTimeLessThanOrEqualTo(supplierItemRequestDto.getEndCreateTime());
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