admin
2020-04-26 f99d8098b0aee17c09be5dfee8b4f72a6f4071b1
fanli/src/main/java/com/yeshi/fanli/service/impl/user/vip/UserVIPPreInfoServiceImpl.java
@@ -65,7 +65,6 @@
   @Resource
   private UserInfoExtraService userInfoExtraService;
   @Resource
   private UserInfoService userInfoService;
@@ -174,7 +173,7 @@
         try {
            twoProcess(uid, limitZiGou7, null);
         } catch (UserVIPPreInfoException e) {
         }
      }
   }
@@ -227,7 +226,7 @@
         try {
            twoProcess(bossId, limitFirst7, limitSecond7);
         } catch (UserVIPPreInfoException e) {
         }
      }
   }
@@ -242,7 +241,7 @@
    * @param secondTeam
    */
   @Transactional(rollbackFor = Exception.class)
   private void twoProcess(Long uid, long limit1, Long limit2) throws UserVIPPreInfoException{
   private void twoProcess(Long uid, long limit1, Long limit2) throws UserVIPPreInfoException {
      String item = null;
      if (limit2 == null) {
         item = "返利+分享订单";
@@ -302,4 +301,9 @@
      return userVIPPreInfoMapper.selectByUidAndProcess(uid, process);
   }
   @Override
   public void deleteByPrimaryKey(Long id) {
      userVIPPreInfoMapper.deleteByPrimaryKey(id);
   }
}