From 2ab0ffc9ef6cda91263e49dd608dabe48e5bb02f Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Sun, 1 Apr 2018 16:07:07 +0800 Subject: [PATCH] =?UTF-8?q?update[litemall-db]:=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E7=9B=AE=E5=89=8D=E6=B2=A1=E6=9C=89=E7=94=A8=E7=9A=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../linlinjava/litemall/db/service/LitemallGoodsService.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/litemall-db/src/main/java/org/linlinjava/litemall/db/service/LitemallGoodsService.java b/litemall-db/src/main/java/org/linlinjava/litemall/db/service/LitemallGoodsService.java index 678a296f..800eef8e 100644 --- a/litemall-db/src/main/java/org/linlinjava/litemall/db/service/LitemallGoodsService.java +++ b/litemall-db/src/main/java/org/linlinjava/litemall/db/service/LitemallGoodsService.java @@ -140,11 +140,6 @@ public class LitemallGoodsService { return (int)goodsMapper.countByExample(example); } - public String generateGoodsSn() { - // TODO - return String.valueOf(new Random().nextInt()); - } - public List querySelective(String goodsSn, String name, Integer page, Integer size, String sort, String order) { LitemallGoodsExample example = new LitemallGoodsExample(); LitemallGoodsExample.Criteria criteria = example.createCriteria();