admin
2020-01-01 c8f11c229b87d1652b6da0b15576c166cd51eb8b
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserRankingsServiceImpl.java
@@ -62,7 +62,7 @@
   }
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public int deleteBatchById(Long id) throws UserRankingsException {
      return userRankingsMapper.deleteByPrimaryKey(id);
   }
@@ -75,7 +75,7 @@
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public int deleteBatchByPrimaryKey(List<Long> arrayID) throws UserRankingsException {
      for (Long id : arrayID) {
@@ -173,7 +173,7 @@
   }
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public void setRewardtBatch(List<Long> idList, Integer type, Double reward, Double startReward, Double endReward) throws Exception {
      for (Long id : idList) {
@@ -210,7 +210,7 @@
   }
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public void setStateBatch(List<Long> idList, Integer type, Integer state) throws Exception {
      for (Long id : idList) {
@@ -242,7 +242,7 @@
   }
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public void uploadFile(File file) throws Exception {
      List<UserRankings> list = new ArrayList<UserRankings>();
@@ -278,7 +278,7 @@
   }
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public void updateShowID(File file) throws Exception {
      List<String> listID = new ArrayList<String>();
@@ -304,7 +304,7 @@
   }
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public void batchUpNickName(File file) throws Exception {
      List<String> listID = new ArrayList<String>();