| | |
| | | } |
| | | shopGoodsDO.setImages(addShopGoodsVO.getGoodsPic()); |
| | | shopGoodsDO.setSale(0); |
| | | shopGoodsDO.setDetails(addShopGoodsVO.getGoodsDescribe()); |
| | | shopGoodsDO.setDetails(addShopGoodsVO.getDetails()); |
| | | int goodsId = this.baseMapper.insert(shopGoodsDO); |
| | | if (goodsId > 0) { |
| | | ArrayList<ComShopGoodsAttrDO> goodsAttrDOS = Lists.newArrayList(); |
| | |
| | | shopGoodsAttrDO.setIsDefault(1); |
| | | shopGoodsAttrDO.setPrice(goodDO.getPrice()); |
| | | shopGoodsAttrDO.setAttrPic(images[0]); |
| | | goodsAttrService.save(shopGoodsAttrDO); |
| | | } |
| | | if (goodsAttrDOS.size() > 0) { |
| | | goodsAttrService.saveBatch(goodsAttrDOS); |