Commit 2ab0ffc9 authored by Junling Bu's avatar Junling Bu
Browse files

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

parent 95a55752
......@@ -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();
......
Supports Markdown
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