Commit ebdc26a5 authored by shiyu's avatar shiyu

分享海报图片2

parent 479705ac
...@@ -224,7 +224,7 @@ public class SupplierItemDaoImpl implements SupplierItemDao { ...@@ -224,7 +224,7 @@ public class SupplierItemDaoImpl implements SupplierItemDao {
criteria.andTypeIn(Arrays.asList(3, 7)); criteria.andTypeIn(Arrays.asList(3, 7));
criteria.andIsDeletedEqualTo(false); criteria.andIsDeletedEqualTo(false);
// criteria.andIsOnSaleEqualTo(true); // criteria.andIsOnSaleEqualTo(true);
supplierItemExample.setOrderByClause(" distribution_price desc"); supplierItemExample.setOrderByClause(" create_time desc");
PageHelper.startPage(1, 8); PageHelper.startPage(1, 8);
return supplierItemMapper.selectByExampleWithBLOBs(supplierItemExample); return supplierItemMapper.selectByExampleWithBLOBs(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