gc-shop/src/main/java/com/xzx/gc/shop/service/GoodsService.java | ●●●●● patch | view | raw | blame | history |
gc-shop/src/main/java/com/xzx/gc/shop/service/GoodsService.java
@@ -321,7 +321,7 @@ ScoreGoodsSearch scoreGoodsSearch = new ScoreGoodsSearch(); scoreGoodsSearch.setUserId(xcxGoodsListDto.getUserId()); scoreGoodsSearch.setContents(xcxGoodsListDto.getName()); scoreGoodsSearch.setCreatedTime(new DateTime()); scoreGoodsSearch.setCreatedTime(new Date()); scoreGoodsSearchMapper.insert(scoreGoodsSearch); } return new PageInfo<>(data);