admin
2020-01-07 6fdcc0c26dd33e87a024a69ed635d9aedb59cad6
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);