update[litemall-db]: 删除目前没有用的代码。

This commit is contained in:
Junling Bu
2018-04-01 16:07:07 +08:00
parent 95a5575223
commit 2ab0ffc9ef

View File

@@ -140,11 +140,6 @@ public class LitemallGoodsService {
return (int)goodsMapper.countByExample(example);
}
public String generateGoodsSn() {
// TODO
return String.valueOf(new Random().nextInt());
}
public List<LitemallGoods> querySelective(String goodsSn, String name, Integer page, Integer size, String sort, String order) {
LitemallGoodsExample example = new LitemallGoodsExample();
LitemallGoodsExample.Criteria criteria = example.createCriteria();