Administrator
2018-11-30 2c479a66e7cb1df74f50ed798a2c3e2a0bc15322
fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushGoodsServiceImpl.java
@@ -125,7 +125,7 @@
         if (commonGoods != null) {
            commonGoodsService.addOrUpdateCommonGoods(commonGoods);
            Long cid = commonGoods.getId();
            if (cid == null) {
            if (cid != null) {
               listCommonId.add(cid);
            }
         }
@@ -171,8 +171,10 @@
            pushGoodsGroup.setCommonGoods(new CommonGoods(cid));
            listAdd.add(pushGoodsGroup);
         }
         pushGoodsGroupService.insertBatch(listAdd);
      }
   }
   @Override