| | |
| | | public UserVIPPreInfo getVipByProcess(Long uid, int process);
|
| | |
|
| | |
|
| | | /**
|
| | | * 升级提醒上级
|
| | | * @param uid
|
| | | * @param rankName
|
| | | * @param item
|
| | | * @param time
|
| | | * @param divorced
|
| | | */
|
| | | public void remindBoss(Long uid, String rankName, String item, Date time, boolean divorced);
|
| | |
|
| | | /**
|
| | | * 自购订单到账 满足升级验证
|
| | | * 自购+ 分享订单到账 满足升级验证
|
| | | * @param uid
|
| | | */
|
| | | public void upgradeVipByFanLiOrder(Long uid);
|
| | | public void upgradeVipByMyOrder(Long uid);
|
| | |
|
| | |
|
| | | /**
|
| | | * 分享订单到账 -满足升级验证
|
| | | * @param uid
|
| | | * 验证自身是否满足vip条件
|
| | | * @param uid |
| | | */
|
| | | public void upgradeVipByShareOrder(Long uid);
|
| | |
|
| | | public void upgradeVipByTeamNum(Long uid);
|
| | | |
| | | |
| | | /**
|
| | | * 粉丝完成收货-验证直接-间接粉丝
|
| | | * @param uid 粉丝id
|
| | | */
|
| | | public void upgradeVipByTeamNum(Long uid);
|
| | | public void upgradeBossVipByTeamNum(Long uid);
|
| | | |
| | | |
| | | |
| | | |
| | | /**
|
| | | * 根据主键删除
|
| | | * @Title: deleteByPrimaryKey
|
| | | * @Description: |
| | | * @param id |
| | | * void 返回类型
|
| | | * @throws
|
| | | */
|
| | | public void deleteByPrimaryKey(Long id);
|
| | |
|
| | | }
|