admin
2019-12-31 6d17fb69b25cd74c4598784a6cf6fe7a9b651e34
fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushGoodsServiceImpl.java
@@ -78,7 +78,7 @@
   }
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public void save(PushGoods record, List<Long> goodsIds) throws PushGoodsException, Exception {
      // 定时时间
@@ -127,7 +127,7 @@
      saveGoodsInfo(isAdd, pushId, goodsIds);
   }
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public void saveGoodsInfo(boolean isAdd, Long pushId, List<Long> goodsIds) throws Exception {
      if (goodsIds == null || goodsIds.size() == 0) {
@@ -201,7 +201,7 @@
   }
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public int deleteBatchByPrimaryKey(List<Long> list) throws Exception {
      /*List<PushGoods> lisState = pushGoodsMapper.listByPushState(list);